CMakeLists.txt 184 字节
Newer Older
1 2 3 4 5
if(WITH_GPU)
    nv_library(math_functor SRCS math_functor.cc math_functor.cu DEPS device_context)
else()
    cc_library(math_functor SRCS math_functor.cc DEPS device_context)
endif()