Open catubc opened 5 years ago
no worries !
For the reference: I had exactly the same problem as you did concerning the gcc dependency. In my case (cuda 10), it was a gcc > 6 that was needed.
I solved it by creating symbolic links of the appropriate gcc and g++ versions to the nvidia bin directory the following way:
sudo ln -s /usr/bin/g++-6 /usr/local/cuda-10.0/bin/g++
sudo ln -s /usr/bin/gcc-6 /usr/local/cuda-10.0/bin/gcc
you can probably adapt this solution with some gcc-5
HTH
Hi Thanks so much for writing this, much needed.
However, I am unable to install the torchsearchsorted extension due to some gcc version incompatibility. Do you have any insights/experience with this? (I did try also installing with gcc ver 4.8 also).
Thanks so much! Catubc
EDIT: Sorry, I just realized that the interp1d function does not do fourier based interpolation which is what I was looking for.