parent
7c274dc0a1
commit
2f47f35b3e
@ -1,8 +1,8 @@
|
||||
|
||||
if(WITH_GPU)
|
||||
nv_library(math_function SRCS math_function.cc math_function.cu DEPS cblas device_context)
|
||||
nv_library(math_function SRCS math_function.cc math_function.cu DEPS cblas device_context eigen3)
|
||||
else()
|
||||
cc_library(math_function SRCS math_function.cc DEPS cblas device_context)
|
||||
cc_library(math_function SRCS math_function.cc DEPS cblas device_context eigen3)
|
||||
endif()
|
||||
|
||||
nv_test(math_function_test SRCS math_function_test.cc DEPS math_function tensor)
|
||||
|
Loading…
Reference in new issue