-
Notifications
You must be signed in to change notification settings - Fork 5.8k
【UnitTestFix No.6】test_gather_op 单测 优化及新增特性 #75621
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
base: develop
Are you sure you want to change the base?
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
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
/re-run all-failed |
1 similar comment
/re-run all-failed |
Notice
|
Windows CI似乎有问题,这边看到一个没有Response,一个一秒就失败了,check approval可以忽略通常。 |
/re-run all-failed |
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
/re-run all-failed |
/re-run all-failed |
PR Category
Operator Mechanism
PR Types
New features
Description
将所有
paddle.disable_static()
以及paddle.enable_static()
以with paddle.base.dygraph.guard()
代替,同时建议在后续可能存在的新feature采用自动的disable
+enable
,避免意外。新增了
GPU
+CPU
的一致性检查。Result
As a result, OK nya~
@luotao1 @YqGe585