-
Notifications
You must be signed in to change notification settings - Fork 615
Adding more explicit error code #12427
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12427
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 4cdf11e with merge base ee9e6d9 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D78233596 |
This PR needs a
|
runtime/core/error.h
Outdated
/* | ||
* Registration errors. | ||
*/ | ||
RegistrationExceedingMaxKernels = 0x40, |
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.
I don't know what our convention is around numbering here but I imagine we should just use the next number. @mergennachin do you know?
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.
They are loosely grouped by type with jumps to allow new types in. If anything the original OperatorMissing is in the wrong spot, but since its there already probably just make this error 0x15 @yunquan812
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.
Agreed. Let me update it :)
da4c388
to
b166306
Compare
Summary: {title}, the `Internal` and `InvalidArgument` errors don't tell what is really going wrong Differential Revision: D78233596
This pull request was exported from Phabricator. Differential Revision: D78233596 |
Summary: Pull Request resolved: pytorch#12427 {title}, the `Internal` and `InvalidArgument` errors don't tell what is really going wrong Differential Revision: D78233596
b166306
to
ce5b3c6
Compare
Summary: Pull Request resolved: pytorch#12427 {title}, the `Internal` and `InvalidArgument` errors don't tell what is really going wrong Differential Revision: D78233596
This pull request was exported from Phabricator. Differential Revision: D78233596 |
ce5b3c6
to
4cdf11e
Compare
Summary: {title}, the
Internal
andInvalidArgument
errors don't tell what is really going wrongDifferential Revision: D78233596