-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[test]mv fluid [controlflow,detection,dlnne,tensorrt] tests to tests #53470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
…ctory # Conflicts: # test/cpp/fluid/CMakeLists.txt
…ctory # Conflicts: # test/cpp/fluid/CMakeLists.txt
…ctory # Conflicts: # test/cpp/fluid/CMakeLists.txt
需要解决冲突 |
…ctory # Conflicts: # test/cpp/fluid/CMakeLists.txt
Done |
研发大哥帮忙看一下, windows-inference ci的 |
稍等下,我找负责人看下 |
@@ -1,9 +1,5 @@ | |||
op_library(tensorrt_engine_op DEPS tensorrt_engine tensorrt_converter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好像也要迁移,否则编译出来的单测会有问题
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我又看了下,感觉并不是这个问题
单测报错好像是windows操作系统相关问题,不太好排查,可以先跳过test_tensorrt_engine_op单测,先迁移其他目录,非常感谢! |
需不需要先预留 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# if(WITH_GPU AND TENSORRT_FOUND) | ||
# add_subdirectory(tensorrt) | ||
# endif() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的注释代码如果暂时要保留的话可以加些Note说明
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
600c787
@gouzil 可以用 test=document_fix 来加速 CI |
Done |
PR types
Others
PR changes
Others
Description
mv fluid controlflow,detection,dlnne,tensorrt tests to
test/cpp/fluid