CMakeLists.txt 376 字节
Newer Older
L
Luo Tao 已提交
1
nv_test(test_op_converter SRCS test_op_converter.cc mul_op.cc conv2d_op.cc DEPS ${FLUID_CORE_MODULES})
2
nv_test(test_trt_activation_op SRCS test_activation_op.cc activation_op.cc io_converter.cc
Y
yuyang18 已提交
3 4
  DEPS ${FLUID_CORE_MODULES} activation_op tensorrt_engine
  SERIAL)
L
Luo Tao 已提交
5
nv_test(test_io_converter SRCS test_io_converter.cc io_converter.cc DEPS dynload_cuda dynamic_loader lod_tensor)