-
Notifications
You must be signed in to change notification settings - Fork 289
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
DynamicModule SDK library path #317
Comments
What version of the CUDA toolkit do you have? It's |
I can't seem to dig up 11.2.2 on conda anywhere to test that, but 11.1.1, 11.3.1 (which I am running) and 11.5.0 all result in the folder being |
I just manually installed CUDA, and as per the installation instructions , the folder is named |
I suspect that test could be improved by checking if |
PRs welcome. |
FWIW, if you're using conda, you might as well use the pycuda package from conda-forge. |
Hello, I would just like to confirm this consideration
in
_locate_cuda_libdir
of theDynamicModule
class incompiler.py
I'm running 64-bit Linux (Ubuntu 20.04) and installed cuda and pycuda in a conda environment. In particular
_locate_cuda_libdir
ends up in this case for me:However the correct directory name is just "lib" instead of "lib64" in my installation. Providing the correct path in the constructor of course makes it work.
The text was updated successfully, but these errors were encountered: