OpenXLA and PyTorch 2.0 #30
Replies: 2 comments 2 replies
-
Thank you for your question. PyTorch and XLA have had an ongoing integration for a few years which you can find at https://github.com/pytorch/xla PyTorch/XLA is part of the PyTorch foundation and is being maintained by multiple partners who use XLA devices. PyTorch/XLA integration of TorchDynamo is ongoing and will be 2.0 at the same time as PyTorch. As XLA transitions to OpenXLA, PyTorch/XLA will also transition to use OpenXLA and produce StableHLO. If you have any questions or feature requests please feel free to share them on the PyTorch/XLA repo. |
Beta Was this translation helpful? Give feedback.
-
Hi Shauheen, Thanks for the reply. Really appreciate. A few more question According to the block diagram does XLA fits in the "Others" green block at codegen backends layer? Thank you. Kevin |
Beta Was this translation helpful? Give feedback.
-
Hi Folks,
Is there a roadmap about how to integrate XLA into PyTorch 2.0 with the new released compile infrastructure.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions