-
Notifications
You must be signed in to change notification settings - Fork 59
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
Compability with CUDA 5.2 #165
Comments
Hi @lpawela , I think for now the only way to solve that is to not update CUDA to v5.2 yet. Sadly, cuTENSOR v2 is very breaking in comparison with v1, and while I have put in some effort to update: see #160 , I don't think I am ready to merge that yet, as I have not yet ported over the implementations for |
@lkdvos just FYI why this might be important JuliaGPU/CUDA.jl#2171 |
Thanks for linking that. I had a quick glance, and it seems like this is the same bug that prompted the initial work on the update, so I'll bump the priority a bit. The annoying thing is that cuTENSOR 2 also requires Julia v1.8, so then we'd have to drop support for Julia 1.6 as I don't see having the time to maintain both versions. I'll keep you posted here if I make some progress. |
This should be fixed as of version v5 |
CUDA.jl 5.2 enforces cuTENSOR 2. Consider the following
compat
section:This results in the following error (SpinGlassTensors is my package which has this problem)
The text was updated successfully, but these errors were encountered: