EnzymeAD / EnzymeAD/Enzyme-JAX

lower `lapack` ops to `stablehlo`

Open
#1,264 0 comments 0 reactions 0 assignees View on GitHub
lapack
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.