baidut / OpenCE

Contrast Enhancement Techniques for low-light images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvcc fatal : Unknown option 'std'

JiaqianLi opened this issue · comments

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