-
Notifications
You must be signed in to change notification settings - Fork 561
Migrate to upstream torch::lazy OpKind, Node, Value, and Output #3385
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
|
Builds succeeds on cloudtop but fails on CircleCI: Seems like there is a change in PyTorch. Trying to pull the latest in PyTorch and rebuild on cloudtop. |
|
Builds successfully but currently CPU and GPU tests failing with: |
|
Can reproduce the issue locally while trying to import Seems caused by this PR, as running with |
This usually means you have this function defined in the header but it couldn't find the implementation. Search for |
|
I think we don't need this pr anymore |
[WIP] Migrate to upstream torch::lazy OpKind, Node, Value, and Output.
This PR has gotten a bit big due to
torch::lazy::OpKindmigration that was required for the IR related classes. The most important changes are in their.hfile, specifically the newNode,ValueandOutputclasses.