EnzymeAD / EnzymeAD/Enzyme-JAX
Common Linear Algebra Routines
Open
- Dominant language
- MLIR
- Stars
- 131
- Forks
- 53
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 193
Description
- [ ] Factorizations
- [x] LU
- [x] QR #985
- [ ] SVD #1049
- [x] ~Cholesky~ Already in Stablehlo
- [ ] Eigendecomposition
- [ ] Linear Solve -- Good to have since differentiating a linear solve is much simpler than differentiating factorization
- This needs to lower to factorization + [traingular solve](https://openxla.org/stablehlo/spec#triangular_solve)
- [ ] Inv
- [ ] Pinv
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.