DeepUPE icon indicating copy to clipboard operation
DeepUPE copied to clipboard

make

Open G-Cao opened this issue 1 year ago • 0 comments

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
process_begin: CreateProcess(NULL, 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, ...) failed.
make (e=2): 系统找不到指定的文件。
make: *** [Makefile:31: build/bilateral_slice.cu.o] Error 2 

在windows下make失败呢???请问是怎么回事呀,需要python=2.7啥的??

G-Cao avatar Nov 29 '23 13:11 G-Cao