You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run setup and I'm having trouble finding the torch header file, my torch version is 0.4.0, and I've seen some people say that using git checkout ac045b6072b9bc3454fb9f9f9f17674f0d59373789 to switch to a branch that supports 0.4.0 solves the problem.
But the problem is that there are commands like __shfl_down in that branch, which gives an error when making, and I found out that this command is deprecated in CUDA 9.0+. Since my hardware is a GTX 3080ti, which is only supported by CUDA 11.x+, I can't use the above branch either. Anyway, I can't find a compatible version of CUDA11.x+pytorch0.4.0, what should I do?
The text was updated successfully, but these errors were encountered:
I'm trying to run setup and I'm having trouble finding the torch header file, my torch version is 0.4.0, and I've seen some people say that using
git checkout ac045b6072b9bc3454fb9f9f9f17674f0d59373789
to switch to a branch that supports 0.4.0 solves the problem.But the problem is that there are commands like __shfl_down in that branch, which gives an error when making, and I found out that this command is deprecated in CUDA 9.0+. Since my hardware is a GTX 3080ti, which is only supported by CUDA 11.x+, I can't use the above branch either. Anyway, I can't find a compatible version of CUDA11.x+pytorch0.4.0, what should I do?
The text was updated successfully, but these errors were encountered: