【UnitTestFix No.15】test_allgather 单测 修复#75748
Merged
luotao1 merged 1 commit intoPaddlePaddle:developfrom Oct 13, 2025
Merged
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
Contributor
Author
|
/re-run all-failed |
luotao1
approved these changes
Oct 13, 2025
Contributor
|
hi, @tjujingzong
|
SigureMo
pushed a commit
to cattidea/Paddle
that referenced
this pull request
Oct 14, 2025
31 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Category
Operator Mechanism
PR Types
Bug fixes
Description
test_collective_api_base 的导入改成 import legacy_test.test_collective_api_base as test_base,让它从 test/legacy_test/ 包中被正确解析。

同时在导入 Paddle 之前加上 os.environ['FLAGS_enable_pir_api'] = '0' 关闭 PIR,使静态图的 all_gather 走旧的 Variable/Operator 路径,消除 Value 类型不兼容。