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/memory/detail/CMakeLists.txt

6 lines
213 B

if(${WITH_GPU})
nv_test(system_allocator_test SRCS system_allocator_test.cc DEPS gflags glog)
else(${WITH_GPU})
cc_test(system_allocator_test SRCS system_allocator_test.cc DEPS gflags glog)
endif(${WITH_GPU})