xla
xla copied to clipboard
why implement class XLATensor from scratch rather than using torch::lazy::LazyTensor
❓ Questions and Help
Hello, I am curious about the reason why implement class XLATensor from scratch rather than using torch::lazy::LazyTensor?
well.. it is the other way around. We implemented the XLATensor ~3 years ago and the whole Lazy Tensor system got upstreamed to Pytorch and becomes the LTC(LazyTensor). We are migrating to upstream LTC and will likely have XLATensor inherits from torch::lazy::LazyTensor.