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

PyTorch/XLA Codegen Migration #3560

Open
wonjoolee95 opened this issue May 10, 2022 · 0 comments · Fixed by #3544, #3565, #3574, #3575 or #3576
Open

PyTorch/XLA Codegen Migration #3560

wonjoolee95 opened this issue May 10, 2022 · 0 comments · Fixed by #3544, #3565, #3574, #3575 or #3576
Assignees
Labels

Comments

@wonjoolee95
Copy link
Collaborator

wonjoolee95 commented May 10, 2022

🚀 Feature

As PyTorch/XLA migrates to the LTC (Lazy Tensor Core), we need to clean up the existing stub code (which spans over 6+ files) that were used to do the op lowering. The complete process and file structure for the old op lowering can be found in this doc. Replacing the supported op with the codegen SHOULD NOT introduce any new behavior, it is purely for the clean up purpose.

TODO migrate @JackCaoG's codegen guide doc to a publicly available .md in the repo.

Ops

List of ops that we will replace with full codgen. Please add the following information under each op that you choose to work on: the status of the task, link to the PR, and the owner. For example:

  - Status: Merged
  - PR: https://github.com/pytorch/xla/pull/3565
  - Owner: @wonjoolee95  

Once the corresponding PR is merged, feel free to check the box to mark completion.

Won't do's

This contains a list of ops that are not suitable for full codegen at the moment. Please list the op and the corresponding reason.

This was linked to pull requests May 17, 2022
@miladm miladm removed a link to a pull request May 17, 2022
@miladm miladm added the codegen label May 17, 2022
@wonjoolee95 wonjoolee95 reopened this May 18, 2022
@miladm miladm reopened this Jun 8, 2022
@yeounoh yeounoh self-assigned this Jul 6, 2022
@wonjoolee95 wonjoolee95 removed their assignment Aug 15, 2024
This was referenced Aug 15, 2024
@miladm miladm assigned ysiraichi and unassigned JackCaoG Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment