You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
Since we often pass CuArrays to the low-level wrapper functions, I wonder if it'd make sense to GC.@preserve every input around each generated ccall. Adds some safety and if it is indeed redundant, it should have negligible cost. Any thoughts?
The text was updated successfully, but these errors were encountered:
Since we often pass CuArrays to the low-level wrapper functions, I wonder if it'd make sense to
GC.@preserve
every input around each generated ccall. Adds some safety and if it is indeed redundant, it should have negligible cost. Any thoughts?The text was updated successfully, but these errors were encountered: