File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ifndef CUDATKDIR
5
5
$(error CUDATKDIR not defined.)
6
6
endif
7
7
8
- CXXFLAGS += -DHAVE_CUDA -I$(CUDATKDIR ) /include -fPIC -pthread -isystem $(OPENFSTINC ) -rdynamic
8
+ CXXFLAGS += -DHAVE_CUDA -I$(CUDATKDIR ) /include -fPIC -pthread -isystem $(OPENFSTINC )
9
9
10
10
CUDA_INCLUDE = -I$(CUDATKDIR ) /include -I$(CUBROOT )
11
11
CUDA_FLAGS = --machine 64 -DHAVE_CUDA \
@@ -14,4 +14,4 @@ CUDA_FLAGS = --machine 64 -DHAVE_CUDA \
14
14
--verbose -Xcompiler "$(CXXFLAGS ) "
15
15
16
16
CUDA_LDFLAGS += -L$(CUDATKDIR ) /lib64 -Wl,-rpath,$(CUDATKDIR ) /lib64
17
- CUDA_LDLIBS += -lcublas -lcusparse -lcudart -lcurand -lnvToolsExt # LDLIBS : The libs are loaded later than static libs in implicit rule
17
+ CUDA_LDLIBS += -lcublas -lcusparse -lcudart -lcurand -lnvToolsExt # LDLIBS : The .so libs are loaded later than static libs in implicit rule
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ valgrind: .valgrind
125
125
# buid up dependency commands
126
126
CC_SRCS =$(wildcard * .cc)
127
127
# check if files exist to run dependency commands on
128
- ifneq ($(CC_SRCS ) ,)
128
+ ifneq ($(CC_SRCS ) ,)
129
129
CC_DEP_COMMAND =$(CXX ) -M $(CXXFLAGS ) $(CC_SRCS )
130
130
endif
131
131
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ifndef MKLROOT
22
22
$(error MKLROOT not defined.)
23
23
endif
24
24
25
- MKLLIB ?= $(MKLROOT ) /lib/em64t
25
+ MKLLIB ?= $(MKLROOT ) /lib/intel64
26
26
27
27
CXXFLAGS = -std=c++11 -I.. -isystem $(OPENFSTINC ) -O1 $(EXTRA_CXXFLAGS ) \
28
28
-Wall -Wno-sign-compare -Wno-unused-local-typedefs \
You can’t perform that action at this time.
0 commit comments