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

Got LTC working until compile #689

Conversation

antoniojkim
Copy link
Collaborator

The changes in this PR get the Torch-MLIR LTC Backend to a point where an example run can successfully run up until the actual compile. This means that the graph is properly traced with the Torch-MLIR LTC backend and is ready to be compiled.

Next steps is to implementing the lowering itself down to MLIR from the LTC Node IR representation. The idea is to make use of a lot of the existing TorchScript IR -> MLIR infrastructure that already exists to make it easier to integrate.

CC: @ke1337 @henrytwo

@antoniojkim antoniojkim requested a review from silvasean March 23, 2022 19:04
@antoniojkim antoniojkim self-assigned this Mar 23, 2022
@silvasean
Copy link
Contributor

Looks good to me. I assume that @wconstab has taken a look at this? Adding them as a reviewer just in case.

@antoniojkim antoniojkim merged commit e173444 into llvm:torch_mlir_ltc_backend Mar 24, 2022
namespace torch {
namespace lazy {

std::vector<Shape> compute_shape_detach(const at::Tensor& self) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd generally encourage you to upstream these to torch to be shared by all backends; I'm not sure if we want to handle the detach op in other backends though

antoniojkim added a commit that referenced this pull request May 26, 2022
antoniojkim added a commit that referenced this pull request Jun 30, 2022
antoniojkim added a commit that referenced this pull request Jun 30, 2022
antoniojkim added a commit that referenced this pull request Jul 5, 2022
antoniojkim added a commit that referenced this pull request Jul 7, 2022
henrytwo pushed a commit that referenced this pull request Jul 8, 2022
henrytwo pushed a commit that referenced this pull request Jul 8, 2022
henrytwo pushed a commit that referenced this pull request Jul 12, 2022
antoniojkim added a commit that referenced this pull request Jul 15, 2022
antoniojkim added a commit that referenced this pull request Jul 19, 2022
antoniojkim added a commit that referenced this pull request Jul 22, 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.

3 participants