-
Notifications
You must be signed in to change notification settings - Fork 222
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
Error when call sin in CUDA kernel after updating CUDA.jl to 5.5.2 #2515
Comments
The bug template asks for quite some more information, such as the output of |
It appears that it was not displayed due to a syntax error in the markdown. The error has been added. Thank you for your consideration. |
Ah sorry, I had edited your post to fix one syntax issue but hadn't spotted the content at the bottom. Can you try without a local installation? I'd guess that something is off with the |
Thank you. Without a local installation, this kernel works.
|
So an artifact installation works in any case? Could you upload the following file here (you'll probably have to zip it for GitHub to allow an upload): |
Thank you.
Probably yes.
I uploaded libdevice.10.bc.zip. |
What do you mean, probably? Does or doesn't it work in the two scenario's you've outlined here (with and without
Are you certain that's the one from your local toolkit? It does contain a valid definition of |
Thank you.
Sorry to be misleading. Absolutely yes.
CUDA.CUDA_Runtime.libdevice is "/opt/cuda/nvvm/libdevice/libdevice.10.bc" so I sent it.
|
OK, so at least you have a workaround. The issue doesn't seem to be with the device library; using yours on my system works just fine. Could you do
|
Thank you. I tried but failed when --check-bounds=no and with local toolkit. I will send you the ones that did not show any errors. report.zip
|
Describe the bug
As the title says, I get an error when I call
sin
function after updating CUDA.jl. It worked fine in the previous version.I tried some case and is seems that this error probably occurs only when all of the following conditions are met.
MPIand CUDA.To reproduce
The Minimal Working Example (MWE) for this bug:
Manifest.toml
Expected behavior
Error should not occur.
Version info
Details on Julia:
Details on CUDA:
Additional context
Actual error and back-trace is
The text was updated successfully, but these errors were encountered: