CMakeLists.txt 206 字节
Newer Older
Q
qijun 已提交
1 2 3 4 5
if (WITH_GPU)
    nv_library(math_function SRCS math_function.cc math_function.cu DEPS cblas device_context)
else()
    cc_library(math_function SRCS math_function.cc DEPS cblas device_context)
endif()