-
Notifications
You must be signed in to change notification settings - Fork 504
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
Comments
This was
linked to
pull requests
May 17, 2022
This was
linked to
pull requests
May 17, 2022
Closed
Merged
Closed
This was referenced Aug 15, 2024
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 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:
Once the corresponding PR is merged, feel free to check the box to mark completion.
cos
andcosh
#3574cos
andcosh
#3574Inverse
#3575log
,log2
, andlog10
#3573log
,log2
, andlog10
#3573log
,log2
, andlog10
#3573logdet
#3576sgn
,sign
#3577sgn
,sign
#3577logdet
#3576Won'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.
The text was updated successfully, but these errors were encountered: