-
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
Add float16 and bfloat16 support and test for argsort #55105
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
@zhangting2020 婷姐,下面这个报错,怎么会到mean_grad那去了? 2023-07-07 19:05:43 NotFoundError: The kernel with key (GPU, Undefined(AnyLayout), int64) of kernel `mean_grad` is not registered and fail to fallback to CPU one. Selected wrong DataType `int64`. Paddle support following DataTypes: complex64, bool, float16, bfloat16, complex128, float32, float64.
2023-07-07 19:05:43 [Hint: Expected kernel_iter != iter->second.end(), but received kernel_iter == iter->second.end().] (at ..\paddle\phi\core\kernel_factory.cc:304) |
我调试看看原因 |
Sorry to inform you that 3587083's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
…into fp16-for-argsoft
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.
记得更新中文文档
PR types
Others
PR changes
Others
Description
Add float16 and bfloat16 support and test for argsort