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 ran de code on HPC cluster. I used pytorch 2.0 and cuda 11.8. But when I excute "python setup.py install". An error occured as "nvcc fatal : Unsupported NVHPC compiler found. nvc++ is the only NVHPC compiler that is supported. error: command '/opt/ohpc/pub/apps/cuda/11.8/bin/nvcc' failed with exit code 1".
I found that this may arributed to torch and cuda version after reading some document.
Can author provide their base environment? Thanks!
The text was updated successfully, but these errors were encountered:
I ran de code on HPC cluster. I used pytorch 2.0 and cuda 11.8. But when I excute "python setup.py install". An error occured as "nvcc fatal : Unsupported NVHPC compiler found. nvc++ is the only NVHPC compiler that is supported. error: command '/opt/ohpc/pub/apps/cuda/11.8/bin/nvcc' failed with exit code 1".
I found that this may arributed to torch and cuda version after reading some document.
Can author provide their base environment? Thanks!
The text was updated successfully, but these errors were encountered: