Files
paddlepaddle--paddle/paddle/fluid/platform/tensorrt/CMakeLists.txt
T
2026-07-13 12:40:42 +08:00

10 lines
116 B
CMake

nv_library(
trt_engine
SRCS engine.cc
DEPS phi)
nv_library(
trt_plugin
SRCS trt_plugin.cc
DEPS common)