Silence build cuda warnings
This commit is contained in:
parent
09ea131fe3
commit
be52513c96
|
@ -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
|
|
|
@ -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
|
Loading…
Reference in New Issue