CMakeLists.txt 207 字节
Newer Older
W
Wilber 已提交
1
add_subdirectory(plugin)
W
Wilber 已提交
2

W
Wilber 已提交
3 4 5 6
core_gather_headers()

gather_srcs(infrt_src SRCS trt_engine.cc)

7 8 9 10 11 12 13 14
cc_test_tiny(
  test_infrt_trt
  SRCS
  test_trt_engine.cc
  DEPS
  infrt
  phi_dynload_cuda
  tensorrt_converter)