Skip to content

Commit

Permalink
updates makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gharbi committed Aug 21, 2017
1 parent e92bc9f commit 5ac95ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hdrnet/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ SRC_DIR = ops
BUILD_DIR = build
LIB_DIR = lib

CC = c++ -std=c++11 #-g
NVCC = nvcc -std c++11 #-g -pg
CFLAGS = -fPIC -I$(TF_INC) -O2
CC = c++ -std=c++11
NVCC = nvcc -std c++11
CFLAGS = -fPIC -I$(TF_INC) -O2 -D_GLIBCXX_USE_CXX11_ABI=0
LDFLAGS = -L$(CUDA_HOME)/lib64 -lcudart
NVFLAGS = -DGOOGLE_CUDA=1 -x cu -Xcompiler -fPIC -I$(TF_INC) \
-expt-relaxed-constexpr -Wno-deprecated-gpu-targets -ftz=true
Expand Down

0 comments on commit 5ac95ef

Please sign in to comment.