-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[fp16] suppot fp16 in diagflat #50945
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
}, | ||
fetch_list=[y], | ||
) | ||
np.testing.assert_allclose(res, expected, rtol=1e-05) |
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由于精度检查失败了。本次任务暂不要求对精度做检查,可以先去掉这个精度检查,或者通过调大rtol让单测通过
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.
OK👌
PR描述中如果不使用三级标题可能会CI报错。记得改一下~示例如上 |
修改好了~ |
remove precison checking
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
@longranger2 中文文档修改请补充上 PR 链接 |
好的,今天搞定👌 |
PR types
Others
PR changes
APIs
Describe
#50832 case32
对应的中文文档为: PaddlePaddle/docs#5668