I cannot make pytorch wrapper, there is error message.
nvcc -arch=sm_61 -std=c++11 --use_fast_math -lineinfo -maxrregcount 128 -I .. wavenet_infer.cu ../matrix.cpp -lz -Xcompiler -fPIC -shared -o wavenet_infer.so
wavenet_infer.cu(97): error: argument of type "int *" is incompatible with parameter of type "int"
wavenet_infer.cu(97): error: argument of type "int" is incompatible with parameter of type "int *"
2 errors detected in the compilation of "/tmp/tmpxft_00006df7_00000000-8_wavenet_infer.cpp1.ii".
Makefile:48: recipe for target 'wavenet_infer' failed
make: *** [wavenet_infer] Error 1
However, before you last commit, I still can make pytorch wrapper successfully.
Hi @BrianPharris
Could you please give me some help?
I cannot make pytorch wrapper, there is error message. nvcc -arch=sm_61 -std=c++11 --use_fast_math -lineinfo -maxrregcount 128 -I .. wavenet_infer.cu ../matrix.cpp -lz -Xcompiler -fPIC -shared -o wavenet_infer.so wavenet_infer.cu(97): error: argument of type "int *" is incompatible with parameter of type "int"
wavenet_infer.cu(97): error: argument of type "int" is incompatible with parameter of type "int *"
2 errors detected in the compilation of "/tmp/tmpxft_00006df7_00000000-8_wavenet_infer.cpp1.ii". Makefile:48: recipe for target 'wavenet_infer' failed make: *** [wavenet_infer] Error 1
However, before you last commit, I still can make pytorch wrapper successfully.