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 having a kind of error when CUDA kernel fails to compile with the nvcc. It looks like there’s an incompatibility between PyTorch, CUDA and GCC versions.
Hi!
Will be very grateful for any help!
I'm having a kind of error when CUDA kernel fails to compile with the nvcc. It looks like there’s an incompatibility between PyTorch, CUDA and GCC versions.
I've got:
nvcc: 11.5, V11.5.119
gcc: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
torch: 1.12.0+cu116
python: 3.10.15
ninja: 1.10.2
Due to I'm running this on a server I don't have root permissions and I can't downgrade nvcc version or install python 3.10-dev.
torch: 1.12.0+cu113 or gcc9/10 doesn't work either.
The text was updated successfully, but these errors were encountered: