PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
http://www.paddlepaddle.org/
Apache License 2.0
21.66k stars 5.44k forks source link

split test.cmake: add new test_cases.cmake #64007

Closed houj04 closed 1 week ago

houj04 commented 2 weeks ago

PR Category

Environment Adaptation

PR Types

Bug fixes

Description

之前在 https://github.com/PaddlePaddle/Paddle/pull/63887 里面先粗糙绕过了一下某个函数找不到定义的问题。本PR对test/cpp/inference/test.cmake进行了拆分,里面只保留纯function的部分,这样在外面就可以正常引用。多出来的那些需要进行的“操作”,放到了一个新文件test/cpp/inference/test_cases.cmake里面。

paddle-bot[bot] commented 2 weeks ago

你的PR提交成功,感谢你对开源项目的贡献! 请关注后续CI自动化测试结果,详情请参考Paddle-CI手册。 Your PR has been submitted. Thanks for your contribution! Please wait for the result of CI firstly. See Paddle CI Manual for details.