-
Notifications
You must be signed in to change notification settings - Fork 505
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 experimental MLIR debuginfo writer API #6799
Conversation
@qihqi I don't know what |
Looking forward to testing this change! Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some nit and questions. Overall LGTM, thanks @chunnienc
@chunnienc Could you rebase to torch_xla HEAD? Seems there was a PyTorch PR reverted causing the torch_xla HEAD broken earlier today. The corresponding PR (#6819) is reverted in PyTorch/XLA as well. So rebase to HEAD should resolve the CI failure. |
@chunnienc Looks like your local master is not updated? Saw some unexpected changes in the diff |
Experimental API to associate a string with a XLA tensor, which will eventually be propagated to the MLIR NameLoc in the lowerings.
Internal reference: https://b.corp.google.com/issues/330605426