i am trying to run pip install neural-renderer-pytorch on nvidia dgx (hpcsdk_23)
I get this error nvcc fatal : Unsupported NVHPC compiler found. nvc++ is the only NVHPC compiler that is supported.
i also get this warning !! WARNING !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Your compiler (/dgxb_home/muef2042/softwares/hpcsdk23/Linux_x86_64/23.5/compilers/bin/nvc++) is not compatible with the compiler Pytorch was
built with for this platform, which is g++ on linux. Please
use g++ to to compile your extension. Alternatively, you may
compile PyTorch from source using /dgxb_home/muef2042/softwares/hpcsdk23/Linux_x86_64/23.5/compilers/bin/nvc++, and then you can also use
/dgxb_home/muef2042/softwares/hpcsdk23/Linux_x86_64/23.5/compilers/bin/nvc++ to compile your extension.
See https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md for help
with compiling PyTorch from source.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!