You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found THC.h in ".../anaconda3/env/myenv/lib/python3.6/site-packages/torch/include/THC",and "_kernel.cu:1:10: fatal error: THC.h: No such file or directory" error occurs when compiling "nvcc -c -o Resample2d_kernel.o Resample2d_kernel.cu -x cu -Xcompiler -fPIC -arch=sm_52 -I ${TORCH}/lib/include/TH -I ${TORCH}/lib/include/THC" and "nvcc -c -o ChannelNorm_kernel.o ChannelNorm_kernel.cu -x cu -Xcompiler -fPIC -arch=sm_52 -I ${TORCH}/lib/include/TH -I ${TORCH}/lib/include/THC".(These code is in dir fast_blind_video_consistency/networks/resample2d_package/make.sh and fast_blind_video_consistency/networks/channelnorm_package/make.sh )
Could someone please tell me how to solve this?
The text was updated successfully, but these errors were encountered:
I found THC.h in
".../anaconda3/env/myenv/lib/python3.6/site-packages/torch/include/THC"
,and"_kernel.cu:1:10: fatal error: THC.h: No such file or directory"
error occurs when compiling"nvcc -c -o Resample2d_kernel.o Resample2d_kernel.cu -x cu -Xcompiler -fPIC -arch=sm_52 -I ${TORCH}/lib/include/TH -I ${TORCH}/lib/include/THC"
and"nvcc -c -o ChannelNorm_kernel.o ChannelNorm_kernel.cu -x cu -Xcompiler -fPIC -arch=sm_52 -I ${TORCH}/lib/include/TH -I ${TORCH}/lib/include/THC"
.(These code is in dir fast_blind_video_consistency/networks/resample2d_package/make.sh and fast_blind_video_consistency/networks/channelnorm_package/make.sh )Could someone please tell me how to solve this?
The text was updated successfully, but these errors were encountered: