-
Notifications
You must be signed in to change notification settings - Fork 229
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
Segmentation fault when importing CUDA #2083
Comments
My comment was mainly based on ignorance, I just went over it when looking for related issues.
I'm having problems with updating, perhaps you would know how to help?
For some reason this doesn't show up anymore, but CUDA still won't update. When I try to be more specific,
Thank you! |
You could just try in a temporary, empty environment by using |
You are right, there is no problem in a new environment with only CUDA v5. |
OK, I'm going to assume that this is the same issue as #1798 then, which is fixed in v4.4 and v5. To upgrade your environment to CUDA.jl v4.4, I think you need to get rid of the CUDAKernels dependency, as that is now provided by CUDA.jl ( |
Yes, I just reached the same conclusion that the problem is in CUDAKernels. The only reason I have it installed is because KernelAbstractions and CUDAKernels are supposed to be loaded (If I understood correctly) for Tullio to use them. I'll remove it. Thank you for your help. |
Describe the bug
Hello, not sure if you'll consider this a bug. In the documentation about conditional use users are thought to always be able to import CUDA. However, when I import CUDA on a non-GPU server of my Institute's HPC, I get:
To reproduce
To reproduce the above error I run
using CUDA
orwhich doesn't help.
Expected behavior
Hopefully not crash. At the moment, unaware of a better solution, I use a global flag to determine whether to import CUDA.
Manifest.toml
Version info
Details on Julia:
Details on CUDA:
Additional context
This might be related to #1465.
The text was updated successfully, but these errors were encountered: