-
Notifications
You must be signed in to change notification settings - Fork 608
Add ScalarType 22 BITS16
support in etdump gen and deserialization
#6504
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/pytorch/executorch/6504
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit be12417 with merge base 6b01b91 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D64812253 |
…ytorch#6504) Summary: Add support in etdump gen and etdump parsing for ScalarType 22 `BITS16`. Here's where the type is defined: https://www.internalfb.com/code/fbsource/[64a8013e3ebfbbaa70c220fc90102683d3181ad8]/fbcode/executorch/runtime/core/portable_type/scalar_type.h?lines=85 Note: `fbcode/executorch/schema/scalar_type.fbs` and `fbcode/executorch/devtools/etdump/scalar_type.fbs` are copies of each other to get around some build issue and there's a script to make sure they're in sync. Differential Revision: D64812253
4eb0602
to
8493773
Compare
This pull request was exported from Phabricator. Differential Revision: D64812253 |
8493773
to
9dc0412
Compare
…ytorch#6504) Summary: Add support in etdump gen and etdump parsing for ScalarType 22 `BITS16`. Here's where the type is defined: https://www.internalfb.com/code/fbsource/[64a8013e3ebfbbaa70c220fc90102683d3181ad8]/fbcode/executorch/runtime/core/portable_type/scalar_type.h?lines=85 Note: `fbcode/executorch/schema/scalar_type.fbs` and `fbcode/executorch/devtools/etdump/scalar_type.fbs` are copies of each other to get around some build issue and there's a script to make sure they're in sync. Reviewed By: Gasoonjia Differential Revision: D64812253
This pull request was exported from Phabricator. Differential Revision: D64812253 |
…ytorch#6504) Summary: Add support in etdump gen and etdump parsing for ScalarType 22 `BITS16`. Here's where the type is defined: https://www.internalfb.com/code/fbsource/[64a8013e3ebfbbaa70c220fc90102683d3181ad8]/fbcode/executorch/runtime/core/portable_type/scalar_type.h?lines=85 Note: `fbcode/executorch/schema/scalar_type.fbs` and `fbcode/executorch/devtools/etdump/scalar_type.fbs` are copies of each other to get around some build issue and there's a script to make sure they're in sync. Reviewed By: Gasoonjia Differential Revision: D64812253
9dc0412
to
197f7de
Compare
This pull request was exported from Phabricator. Differential Revision: D64812253 |
…ytorch#6504) Summary: Add support in etdump gen and etdump parsing for ScalarType 22 `BITS16`. Here's where the type is defined: https://www.internalfb.com/code/fbsource/[64a8013e3ebfbbaa70c220fc90102683d3181ad8]/fbcode/executorch/runtime/core/portable_type/scalar_type.h?lines=85 Note: `fbcode/executorch/schema/scalar_type.fbs`, `fbcode/executorch/devtools/etdump/scalar_type.fbs` and `fbcode/executorch/devtools/bundled_program/schema/scalar_type.fbs` are copies of each other to get around some build issue and there's a script to make sure they're in sync. Reviewed By: larryliu0820, Gasoonjia Differential Revision: D64812253
197f7de
to
97d3c60
Compare
This pull request was exported from Phabricator. Differential Revision: D64812253 |
…ytorch#6504) Summary: Add support in etdump gen and etdump parsing for ScalarType 22 `BITS16`. Here's where the type is defined: https://www.internalfb.com/code/fbsource/[64a8013e3ebfbbaa70c220fc90102683d3181ad8]/fbcode/executorch/runtime/core/portable_type/scalar_type.h?lines=85 Note: `fbcode/executorch/schema/scalar_type.fbs`, `fbcode/executorch/devtools/etdump/scalar_type.fbs` and `fbcode/executorch/devtools/bundled_program/schema/scalar_type.fbs` are copies of each other to get around some build issue and there's a script to make sure they're in sync. Reviewed By: larryliu0820, Gasoonjia Differential Revision: D64812253
97d3c60
to
be12417
Compare
This pull request was exported from Phabricator. Differential Revision: D64812253 |
Summary:
Add support in etdump gen and etdump parsing for ScalarType 22
BITS16
.Note: fbcode/executorch/schema/scalar_type.fbs and fbcode/executorch/devtools/etdump/scalar_type.fbs are copies of each other for historical reasons.
Differential Revision: D64812253