You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/operators/functor/CMakeLists.txt

6 lines
184 B

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()