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
Describe the bug
When the CUDA toolkit cannot be found, numba-cuda reports:
NvvmSupportError: libNVVM cannot be found. Do `conda install cudatoolkit`:
Could not find module 'nvvm.dll' (or one of its dependencies). Try using the full path with constructor syntax.
Steps/Code to reproduce bug
Attempt to compile a CUDA kernel when the CUDA toolkit is not installed.
Expected behavior
Instead of recommending cudatoolkit, it should recommend installation of packages as described in the current documentation:
Describe the bug
When the CUDA toolkit cannot be found, numba-cuda reports:
Steps/Code to reproduce bug
Attempt to compile a CUDA kernel when the CUDA toolkit is not installed.
Expected behavior
Instead of recommending
cudatoolkit
, it should recommend installation of packages as described in the current documentation:https://nvidia.github.io/numba-cuda/user/overview.html#software
The text was updated successfully, but these errors were encountered: