-
Notifications
You must be signed in to change notification settings - Fork 685
Fix BFloat16 support for op_index #14167
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 BFloat16 support for op_index #14167
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14167
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Cancelled Job, 5 Unrelated FailuresAs of commit 07d5d12 with merge base 2805a81 ( NEW FAILURE - The following job has failed:
CANCELLED JOB - The following job was cancelled. Please retry:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D82134506 |
Summary: Previously, the portable op index didn't support BFloat16 when all the indices were null. This PR fixes this, and adds comprehensive testing for this edge case. Reviewed By: SS-JIA Differential Revision: D82134506
06bbb91
to
c4e40fc
Compare
This pull request was exported from Phabricator. Differential Revision: D82134506 |
Summary: Previously, the portable op index didn't support BFloat16 when all the indices were null. This PR fixes this, and adds comprehensive testing for this edge case. Reviewed By: SS-JIA Differential Revision: D82134506
c4e40fc
to
07d5d12
Compare
This pull request was exported from Phabricator. Differential Revision: D82134506 |
Differential Revision: D82134506 Pull Request resolved: pytorch#14167
Summary: Previously, the portable op index didn't support BFloat16 when all the indices were null. This PR fixes this, and adds comprehensive testing for this edge case.
Differential Revision: D82134506