-
Couldn't load subscription status.
- Fork 560
Closed
Description
🚀 Feature
Currently we inherit a Device from torch::lazy::BackendDevice but that should be unneceaary.
Line 24 in 94d7165
| struct Device : public torch::lazy::BackendDevice { |
We should use BackendDevice directly in PyTorch/XLA.
Motivation
Going forward we will need to use functions like torch::lazy::GetBackendDevice which returns a c10::optional<BackendDevice>
This is also blocking us from using code-gen.
@alanwaketan @wonjoolee95
wonjoo-wj and alanwaketan
Metadata
Metadata
Assignees
Labels
No labels