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

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

gather_srcs(infrt_src SRCS trt_engine.cc)

cc_test_tiny(test_infrt_trt SRCS test_trt_engine.cc DEPS infrt phi_dynload_cuda tensorrt_converter)