XLA - AshokBhat/ml GitHub Wiki
XLA (Accelerated Linear Algebra)
- Domain-specific compiler for linear algebra
- TensorFlow graph → Sequence of computation kernels
- Exploits model-specific information for optimization
- Target support - GPU, CPU and TPU
StableHLO
Framework support
| Framework | Description |
|---|---|
| PyTorch | https://github.com/pytorch/xla |
| TensorFlow | |
| JAX | Python package jaxlib is the XLA library for JAX |