Refine the gpu code.

Adaptive_data_structure_for_SwitchOrderLayer
hedaoyuan 8 years ago
parent f7be9cb97a
commit e967645c15

@ -1,6 +1,7 @@
if(WITH_GPU)
nv_library(math_function SRCS math_function.cc math_function.cu im2col.cc DEPS cblas device_context)
nv_library(math_function SRCS math_function.cc math_function.cu im2col.cc
im2col.cu DEPS cblas device_context)
else()
cc_library(math_function SRCS math_function.cc im2col.cc DEPS cblas device_context)
endif()

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save