chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:40:42 +08:00
commit e25996e7db
15472 changed files with 3536181 additions and 0 deletions
@@ -0,0 +1,19 @@
if(WIN32)
nv_test(
test_split_plugin
SRCS test_split_plugin.cc
DEPS paddle_framework ${GLOB_OPERATOR_DEPS} tensorrt_plugin
dynload_tensorrt)
else()
nv_test(
test_split_plugin
SRCS test_split_plugin.cc
DEPS paddle_framework ${GLOB_OPERATOR_DEPS} tensorrt_plugin)
endif()
if(NOT WIN32)
nv_test(
test_fused_token_prune_plugin
SRCS test_fused_token_prune_plugin.cc
DEPS paddle_framework ${GLOB_OPERATOR_DEPS} tensorrt_plugin)
endif()