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
+12
View File
@@ -0,0 +1,12 @@
if(WITH_CUSTOM_DEVICE)
paddle_test(test_custom_engine_loadlib SRCS test_custom_engine_loadlib.cc
custom_engine_op.cc)
endif()
paddle_test(test_custom_engine SRCS test_custom_engine_operation.cc
custom_engine_op.cc)
if(WITH_ONNXRUNTIME AND WIN32)
# Copy onnxruntime for some c++ test in Windows, since the test will
# be build only in CI, so suppose the generator in Windows is Ninja.
copy_onnx(test_custom_engine)
endif()