Skip to content
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

fix distributed bug caused by fill_any_like #45978

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

Charles-hit
Copy link
Contributor

@Charles-hit Charles-hit commented Sep 13, 2022

PR types

Bug fixes

PR changes

Others

Describe

科学计算模块在调用分布式代码时会报错,主要是不认识fill_zeros_like这个op,报错如下
image
本次pr是对这个问题进行了修复,将原先对fill_zeros_like的判断全部替换成fill_any_like
修复后运行科学计算相应代码后正常,结果如下
image

@paddle-bot
Copy link

paddle-bot bot commented Sep 13, 2022

你的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.

@YuanRisheng YuanRisheng merged commit 81e0675 into PaddlePaddle:develop Sep 13, 2022
@Charles-hit Charles-hit deleted the fix_distributed_bug branch September 13, 2022 12:13
Charles-hit added a commit to Charles-hit/Paddle that referenced this pull request Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants