Open Tylersuard opened 4 years ago
Getting same error while trying to build nv-wavenet
on a Tesla V100.
I also got the same error. Did you find the solution?
I managed to fix this by adding the line #include "softmax.cuh"
below line 35 in the file src/nv-wavenet/nv_wavenet.cuh
This is just a quickfix though. Maybe a better fix would be to bring in the latest version of nv-wavenet which seems to have this line in that file.
Hello. I am attempting to run this project in Google Colab. When I run the command "!python setup.py install" in the src/nv-wavenet directory as directed, I get 28 errors (see below) .
Can you tell me what is wrong with my notebook, and how to fix it so that it runs? Link below. Thank you for your help! -Tyler Suard
https://colab.research.google.com/drive/1XqC2zeEkogtx8uGbXAmpFlt3FohnoQAs
running install running bdist_egg running egg_info writing nv_wavenet_ext.egg-info/PKG-INFO writing dependency_links to nv_wavenet_ext.egg-info/dependency_links.txt writing top-level names to nv_wavenet_ext.egg-info/top_level.txt writing manifest file 'nv_wavenet_ext.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_ext building 'nv_wavenet_ext' extension /usr/local/cuda/bin/nvcc -I/usr/local/lib/python3.6/dist-packages/torch/lib/include -I/usr/local/lib/python3.6/dist-packages/torch/lib/include/torch/csrc/api/include -I/usr/local/lib/python3.6/dist-packages/torch/lib/include/TH -I/usr/local/lib/python3.6/dist-packages/torch/lib/include/THC -I/usr/local/cuda/include -I/usr/include/python3.6m -c wavenet_infer.cu -o build/temp.linux-x86_64-3.6/wavenet_infer.o --compiler-options '-fPIC' -arch=sm_70 -std=c++14 --use_fast_math -maxrregcount 128 --ptxas-options=-v --expt-relaxed-constexpr -DGNUC=6 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=nv_wavenet_ext -D_GLIBCXX_USE_CXX11_ABI=0