Skip to content

Commit

Permalink
Add StableHLO Landing Image (#2561)
Browse files Browse the repository at this point in the history
Some images I made for a video we recorded. Thought it would be a nice
addition to the landing readme.

Preview:

https://github.com/openxla/stablehlo/blob/f77e72531bc1264e23ef18e12e7ba3bd29bb1cfb/README.md
  • Loading branch information
GleasonK authored Sep 26, 2024
1 parent 9d9290d commit e398b22
Show file tree
Hide file tree
Showing 3 changed files with 1,456 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Official Documentation: <https://openxla.org/stablehlo>

<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/images/assets/stablehlo_ecosystem_dark.svg">
<img alt="StableHLO Ecosystem" src="docs/images/assets/stablehlo_ecosystem.svg">
</picture>

StableHLO is an operation set for high-level operations (HLO) in machine
learning (ML) models. Essentially, it's a portability layer between different
ML frameworks and ML compilers: ML frameworks that produce StableHLO programs
Expand Down
Loading

0 comments on commit e398b22

Please sign in to comment.