I'm trying to get nvcc
working, but it seems that it's not even installed on my system. Although I have installed cuda-10.2
when installing pytorch with conda, but there's no mention of nvcc
at all anywhere and which nvcc
returns nothing. I searched the related threads and noticed that nvcc should be in path: /usr/local/cuda-10.2/bin/nvcc
, but interestingly, there's not any bin/
folder within cuda-10.2/
, let alone nvcc
. If it was, I'd have add them to the bashsrc
.
Does anyone know the solution to this? nvcc
is supposed to be used by a library that I'm using, but since it cannot fetch it, it just stops working.
bin
folder withincuda
folder, but I even do not have thisbin
folder which I can point to... – inverted_index Jun 24 '21 at 20:01cuda
toolkit? I feel like it's been installed with conda pytorch. Re-installing it (at least in this way) doesn't causenvcc
to appear within cuda folder. Do you know a better way of installing cuda? @ShubhangKakkar – inverted_index Jun 24 '21 at 20:08cudatoolkit-dev
doesn't have 10.2 ... – inverted_index Jun 26 '21 at 05:42