Skip to content

Commit fb45b34

Browse files
minor changes
1 parent 9fee7ec commit fb45b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nndistance/makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ tf_nndistance_so.so: tf_nndistance_g.cu.o tf_nndistance.cpp
1010
g++ -std=c++11 tf_nndistance.cpp tf_nndistance_g.cu.o -o tf_nndistance_so.so -shared -fPIC -I $(tensorflow)/include -lcudart -L $(cudalib) -L $(tensorflow) -ltensorflow_framework -O2 -D_GLIBCXX_USE_CXX11_ABI=0 -I $(tensorflow)/include/external/nsync/public/
1111

1212
tf_nndistance_g.cu.o: tf_nndistance_g.cu
13-
$(nvcc) -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11 -c -o tf_nndistance_g.cu.o tf_nndistance_g.cu -I $(tensorflow) -DGOOGLE_CUDA=1 -x cu -Xcompiler -fPIC -O2
13+
$(nvcc) -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11 -c -o tf_nndistance_g.cu.o tf_nndistance_g.cu -I $(tensorflow)/include -DGOOGLE_CUDA=1 -x cu -Xcompiler -fPIC -O2

0 commit comments

Comments
 (0)