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
It may be worth adding use of cudaPointerGetAttributes in the validation methods (assuming cuda is always available) to detect when users pass device pointers to the validation methods, and provide them with a useful error message.
CUDA 11.0+ this should be relatively simple (if the docs are to be belived), older CUDA's will need some manual error handling in the case of unregistered host pointers (I.e. the expected use case).
CUDA's that didnt' support UVA on windows might not like this at all either. Shouldn't be an issue though as Windows + UVA has been supported since ~ CUDA 8 IIRC.
From @ptheywood's original comment
Related: RSE-Sheffield/COMCUDA_mosaic_assignment#4
The text was updated successfully, but these errors were encountered: