EnzymeAD / EnzymeAD/Enzyme-JAX
lower `lapack` ops to `stablehlo`
- Dominant language
- MLIR
- Stars
- 131
- Forks
- 53
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 193
Description
the idea is to be able to write the algorithms of the `lapack` ops directly in `stablehlo`, so that we can then compile this ops on backends that do not have such LAPACK routine implemented.
besides, it should also give us free sharding and differentation if we support all appropiate stablehlo ops.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the existing LAPACK operation definitions and lowering paths, then identify how StableHLO operations are supported. Done means the LAPACK algorithms can be expressed directly in StableHLO so they can compile on backends without those LAPACK routines and support sharding and differentiation.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100