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
Currently, all CUDA-related calls are wrapped with check_CUDA() to handle error code enums.
These enums are different between CUDA, cuBLAS, cuSOLVER, and cuSPARSE; we need to use different wrappers.
The text was updated successfully, but these errors were encountered:
Currently, all CUDA-related calls are wrapped with check_CUDA() to handle error code enums.
These enums are different between CUDA, cuBLAS, cuSOLVER, and cuSPARSE; we need to use different wrappers.
The text was updated successfully, but these errors were encountered: