Skip to content

Commit

Permalink
change filename, and everything related
Browse files Browse the repository at this point in the history
  • Loading branch information
Zardinality committed Jun 10, 2017
1 parent 9b44620 commit f1d6a1e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
Expand Down
2 changes: 1 addition & 1 deletion lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ load("tf_custom_op_library")

tf_custom_op_library(
name = "deform_conv.so",
srcs = ["deform_update.cc", "deform_conv_util.h"],
srcs = ["deform_conv.cc", "deform_conv_util.h"],
gpu_srcs = ["deform_conv.cu.cc", "deform_conv.h"],

)
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/g++_complie.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
g++ -std=c++11 -shared -o deform_conv.so deform_update.cc deform_conv.cu.o -I $TF_INC -fPIC -lcudart -L $CUDA_HOME/lib64 -D GOOGLE_CUDA=1 -Wfatal-errors -I $CUDA_HOME/include -D_GLIBCXX_USE_CXX11_ABI=0
g++ -std=c++11 -shared -o deform_conv.so deform_conv.cc deform_conv.cu.o -I $TF_INC -fPIC -lcudart -L $CUDA_HOME/lib64 -D GOOGLE_CUDA=1 -Wfatal-errors -I $CUDA_HOME/include -D_GLIBCXX_USE_CXX11_ABI=0

0 comments on commit f1d6a1e

Please sign in to comment.