-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[dtensor][3/N] move OpSchema and types to a separate file #90732
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
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/90732
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 FailuresAs of commit 679cff5: NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
XilunWu
left a comment
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.
LGTM
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
|
@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: Command Details for Dev Infra teamRaised by workflow job |
This PR moves OpSchema and types to a separate file to resolve circular dependency better, this is part of refactor on dispatching logic to enable more complicated features [ghstack-poisoned]
|
@pytorchbot merge -f "failure not related" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Stack from ghstack (oldest at bottom):
This PR moves OpSchema and types to a separate file to resolve
circular dependency better, this is part of refactor on dispatching
logic to enable more complicated features