-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
【CMake opt No.2】rm some DEPS of test/cpp/auto_parallel/CMakeLists.txt
#60348
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@zade23 需要过一下流水线 |
spmd_rule_test_util | ||
spmd_rules | ||
phi) | ||
paddle_test(spmd_rule_test SRCS spmd_rule_test.cc) |
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.
paddle_test(spmd_rule_test SRCS spmd_rule_test.cc) | |
paddle_test(spmd_rule_test SRCS spmd_rule_test.cc DEPS spmd_rule_test_util) |
spmd_rule_test_util | ||
spmd_rules | ||
phi) | ||
paddle_test(softmax_grad_spmd_rule_test SRCS softmax_grad_spmd_rule_test.cc) |
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.
paddle_test(softmax_grad_spmd_rule_test SRCS softmax_grad_spmd_rule_test.cc) | |
paddle_test(softmax_grad_spmd_rule_test SRCS softmax_grad_spmd_rule_test.cc DEPS spmd_rule_test_util) |
spmd_rule_test_util | ||
spmd_rules | ||
phi) | ||
paddle_test(tile_spmd_rule_test SRCS tile_spmd_rule_test.cc) |
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.
paddle_test(tile_spmd_rule_test SRCS tile_spmd_rule_test.cc) | |
paddle_test(tile_spmd_rule_test SRCS tile_spmd_rule_test.cc DEPS spmd_rule_test_util) |
paddle_test(tile_spmd_rule_test SRCS tile_spmd_rule_test.cc) | ||
|
||
paddle_test(fused_linear_param_grad_add_spmd_rule_test SRCS | ||
fused_linear_param_grad_add_spmd_rule_test.cc) |
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.
fused_linear_param_grad_add_spmd_rule_test.cc) | |
fused_linear_param_grad_add_spmd_rule_test.cc DEPS spmd_rule_test_util) |
fused_linear_param_grad_add_spmd_rule_test.cc) | ||
|
||
paddle_test(cross_entropy_softmax_spmd_rule_test SRCS | ||
cross_entropy_softmax_spmd_rule_test.cc) |
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.
cross_entropy_softmax_spmd_rule_test.cc) | |
cross_entropy_softmax_spmd_rule_test.cc DEPS spmd_rule_test_util) |
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.
从CI的log看,可能是 DEPS
和 spmd_rule_test_util
不能删除,修改后重新运行CI再看一遍结果
…t` (PaddlePaddle#60348) * Update CMakeLists.txt * fix conflict * add DEPS
PR types
Others
PR changes
Others
Description
任务来源:#60013