parent
6efbe2ff43
commit
f7be9cb97a
@ -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 im2col.cc DEPS cblas device_context)
|
||||
else()
|
||||
cc_library(math_function SRCS math_function.cc DEPS cblas device_context)
|
||||
cc_library(math_function SRCS math_function.cc im2col.cc DEPS cblas device_context)
|
||||
endif()
|
||||
|
||||
nv_test(math_function_test SRCS math_function_test.cc DEPS math_function tensor)
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue