Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Advice for installing CUDA toolkit in error message is wrong #69

Open
gmarkall opened this issue Nov 21, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@gmarkall
Copy link
Collaborator

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:

https://nvidia.github.io/numba-cuda/user/overview.html#software

@gmarkall gmarkall added the bug Something isn't working label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant