Skip to content
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

Add support for lift_fresh op #1101

Merged

Conversation

antoniojkim
Copy link
Collaborator

In upstream PyTorch, they switched the tensor constructor to use lift_fresh instead of lift which silently broken LTC. Adding support for this op should fix the examples being broken.

The upstream fix for the TS backend: pytorch/pytorch#81928

@antoniojkim antoniojkim self-assigned this Jul 22, 2022
@antoniojkim antoniojkim force-pushed the torch_mlir_ltc_backend branch from 6698bb0 to 005748b Compare July 22, 2022 13:41
@antoniojkim antoniojkim force-pushed the antoniojkim/lift_fresh branch from 4c23ea1 to 329dc0e Compare July 22, 2022 13:59
@antoniojkim
Copy link
Collaborator Author

@silvasean Gentle reminder to please review. Should be quick as its a relatively small change

@antoniojkim antoniojkim merged commit 38e17f8 into llvm:torch_mlir_ltc_backend Jul 25, 2022
henrytwo pushed a commit that referenced this pull request Jul 29, 2022
henrytwo pushed a commit that referenced this pull request Jul 29, 2022
henrytwo pushed a commit that referenced this pull request Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants