-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Add bfloat16 support to binary_cross_entropy for CPU #123823
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/123823
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 8044c54 with merge base 236b0d1 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot merge |
Merge failedReason: This PR needs a If not, please add the To add a label, you can comment to pytorchbot, for example For more information, see Details for Dev Infra teamRaised by workflow job |
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.
Should we create some sort of a new issues, as a lot of things has happened since 4 years ago, for example CPU no longer equals x86_64 only, and on ARM half support makes a lot of sense. But there are also precision consideration
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 3 mandatory check(s) failed. The first few are:
Dig deeper by viewing the failures on hud |
@FFFrog looks you've uncovered a bug in MPS binary cross-entropy implementation
Please file an issue and disable the test for this dtype (there is a skip list) |
Thank you for your reply. I will file an issue about this. |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Fixes pytorch#123715 As the title stated. But, maybe we should pay attention to this pytorch#33206, which removed the half support for cpu about 4 years ago. Pull Request resolved: pytorch#123823 Approved by: https://github.com/Skylion007, https://github.com/malfet
Fixes pytorch#123715 As the title stated. But, maybe we should pay attention to this pytorch#33206, which removed the half support for cpu about 4 years ago. Pull Request resolved: pytorch#123823 Approved by: https://github.com/Skylion007, https://github.com/malfet
Fixes #123715
As the title stated.
But, maybe we should pay attention to this #33206, which removed the half support for cpu about 4 years ago.