-
Notifications
You must be signed in to change notification settings - Fork 607
[ExecuTorch] Implement BFloat16 and hook it up to scalar_type_util #4975
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
bfloat16.h was a stub. I've filled it out by porting the c10 implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked it up to promoteTypes. I extended the half_to_float argument to promoteTypes to also coerce bfloat16 to float because I figured anybody who wants to ignore half probably also wants to ignore bf16. Differential Revision: [D61981361](https://our.internmc.facebook.com/intern/diff/D61981361/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/4975
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 7c2314d with merge base 0c78a9d ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D61981361 |
…ype_util" bfloat16.h was a stub. I've filled it out by porting the c10 implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked it up to promoteTypes. I extended the half_to_float argument to promoteTypes to also coerce bfloat16 to float because I figured anybody who wants to ignore half probably also wants to ignore bf16. Differential Revision: [D61981361](https://our.internmc.facebook.com/intern/diff/D61981361/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D61981361 |
…t up to scalar_type_util" bfloat16.h was a stub. I've filled it out by porting the c10 implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked it up to promoteTypes. I extended the half_to_float argument to promoteTypes to also coerce bfloat16 to float because I figured anybody who wants to ignore half probably also wants to ignore bf16. Differential Revision: [D61981361](https://our.internmc.facebook.com/intern/diff/D61981361/) [ghstack-poisoned]
…ype_util" bfloat16.h was a stub. I've filled it out by porting the c10 implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked it up to promoteTypes. I extended the half_to_float argument to promoteTypes to also coerce bfloat16 to float because I figured anybody who wants to ignore half probably also wants to ignore bf16. Differential Revision: [D61981361](https://our.internmc.facebook.com/intern/diff/D61981361/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D61981361 |
…t up to scalar_type_util" bfloat16.h was a stub. I've filled it out by porting the c10 implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked it up to promoteTypes. I extended the half_to_float argument to promoteTypes to also coerce bfloat16 to float because I figured anybody who wants to ignore half probably also wants to ignore bf16. Differential Revision: [D61981361](https://our.internmc.facebook.com/intern/diff/D61981361/) [ghstack-poisoned]
…ype_util" bfloat16.h was a stub. I've filled it out by porting the c10 implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked it up to promoteTypes. I extended the half_to_float argument to promoteTypes to also coerce bfloat16 to float because I figured anybody who wants to ignore half probably also wants to ignore bf16. Differential Revision: [D61981361](https://our.internmc.facebook.com/intern/diff/D61981361/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D61981361 |
…t up to scalar_type_util" bfloat16.h was a stub. I've filled it out by porting the c10 implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked it up to promoteTypes. I extended the half_to_float argument to promoteTypes to also coerce bfloat16 to float because I figured anybody who wants to ignore half probably also wants to ignore bf16. Differential Revision: [D61981361](https://our.internmc.facebook.com/intern/diff/D61981361/) [ghstack-poisoned]
…ype_util" bfloat16.h was a stub. I've filled it out by porting the c10 implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked it up to promoteTypes. I extended the half_to_float argument to promoteTypes to also coerce bfloat16 to float because I figured anybody who wants to ignore half probably also wants to ignore bf16. Differential Revision: [D61981361](https://our.internmc.facebook.com/intern/diff/D61981361/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D61981361 |
…t up to scalar_type_util" bfloat16.h was a stub. I've filled it out by porting the c10 implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked it up to promoteTypes. I extended the half_to_float argument to promoteTypes to also coerce bfloat16 to float because I figured anybody who wants to ignore half probably also wants to ignore bf16. Differential Revision: [D61981361](https://our.internmc.facebook.com/intern/diff/D61981361/) [ghstack-poisoned]
…ype_util" bfloat16.h was a stub. I've filled it out by porting the c10 implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked it up to promoteTypes. I extended the half_to_float argument to promoteTypes to also coerce bfloat16 to float because I figured anybody who wants to ignore half probably also wants to ignore bf16. Differential Revision: [D61981361](https://our.internmc.facebook.com/intern/diff/D61981361/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D61981361 |
Pull Request resolved: pytorch/executorch#4975 bfloat16.h was a stub. I've filled it out by porting the c10 implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked it up to promoteTypes. I extended the half_to_float argument to promoteTypes to also coerce bfloat16 to float because I figured anybody who wants to ignore half probably also wants to ignore bf16. ghstack-source-id: 241050114 @exported-using-ghexport Differential Revision: [D61981361](https://our.internmc.facebook.com/intern/diff/D61981361/)
Stack from ghstack (oldest at bottom):
bfloat16.h was a stub. I've filled it out by porting the c10
implementation, added it to ET_SWITCH and ET_FORALL macros, and hooked
it up to promoteTypes. I extended the half_to_float argument to
promoteTypes to also coerce bfloat16 to float because I figured
anybody who wants to ignore half probably also wants to ignore bf16.
Differential Revision: D61981361