- 
                Notifications
    
You must be signed in to change notification settings  - Fork 3.6k
 
Closed
Labels
Milestone
Description
Outline & Motivation
The PyTorch XLA project has dropped support of the XRT runtime in master (PR pytorch/xla#5240).
This will break our XLA integration.
We added support for PjRT recently with #17350. Which will be released with the next feature release.
Pitch
Remove everything that's not under if pjrt.using_pjrt().
Delete the XRT tests.
Update the docs (part of #17492)
Additional context
It's not clear yet if XRT support will be dropped with XLA 2.1 or 2.2
cc @justusschock @awaelchli @Borda @carmocca @JackCaoG @steventk-g @Liyang90
awaelchli, JackCaoG and miladm