Silence build cuda warnings

This commit is contained in:
hzyjerry 2017-10-10 15:10:57 -07:00
parent 09ea131fe3
commit be52513c96
5 changed files with 3 additions and 3 deletions

View File

@ -1,3 +0,0 @@
nvcc -Xcompiler -fPIC -shared -o render_cuda.so render_cuda.cu
nvcc -Xcompiler -fPIC -shared -o render_cuda_f.so render_cuda_filter.cu
nvcc -Xcompiler -fPIC -shared -o occinf.so occinf.cu

View File

@ -0,0 +1,3 @@
nvcc -Wno-deprecated-gpu-targets -Xcompiler -fPIC -shared -o render_cuda.so render_cuda.cu
nvcc -Wno-deprecated-gpu-targets -Xcompiler -fPIC -shared -o render_cuda_f.so render_cuda_filter.cu
nvcc -Wno-deprecated-gpu-targets -Xcompiler -fPIC -shared -o occinf.so occinf.cu