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
A complie error when I make the bilateral operation. And how can I solve it! make nvcc -std c++11 -c ops/bilateral_slice.cu.cc -o build/bilateral_slice.cu.o -DGOOGLE_CUDA=1 -x cu -Xcompiler -fPIC -Ipython -c 'import tensorflow as tf; print(tf.sysconfig.get_include())'-expt-relaxed-constexpr -Wno-deprecated-gpu-targets -ftz=true nvcc fatal : Unknown option 'std' make: *** [build/bilateral_slice.cu.o] Error 255
The text was updated successfully, but these errors were encountered:
A complie error when I make the bilateral operation. And how can I solve it!
make nvcc -std c++11 -c ops/bilateral_slice.cu.cc -o build/bilateral_slice.cu.o -DGOOGLE_CUDA=1 -x cu -Xcompiler -fPIC -I
python -c 'import tensorflow as tf; print(tf.sysconfig.get_include())'-expt-relaxed-constexpr -Wno-deprecated-gpu-targets -ftz=true nvcc fatal : Unknown option 'std' make: *** [build/bilateral_slice.cu.o] Error 255
The text was updated successfully, but these errors were encountered: