nvcc fatal : Unknown option 'std'
Open
- Dominant language
- MATLAB
- Stars
- 526
- Forks
- 149
- PR merge metrics
- No merged PRs in 30d
Description
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
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.