Skip to content

Commit d4c8682

Browse files
authored
Extensibility RFC (#1883)
This PR does not contain an actual RFC - it's merely tracking a discussion on openxla-discuss: https://groups.google.com/a/openxla.org/g/openxla-discuss/c/Ao5K8fvXoEk. Once this RFC reaches an outcome, we'll update the status field in this markdown file and merge this PR to document that.
1 parent edc27cc commit d4c8682

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

rfcs/20230609-extensibility.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# [RFC] StableHLO Extensibility
2+
3+
Status: Approved<br/>
4+
Initial version: 6/9/2023<br/>
5+
Last updated: 3/8/2024<br/>
6+
Discussion thread: [openxla-discuss](https://groups.google.com/a/openxla.org/g/openxla-discuss/c/Ao5K8fvXoEk/m/OaddRrgyAgAJ).
7+
8+
## Summary
9+
10+
For full details and RFC discussion, see:
11+
[[RFC] StableHLO Extensibility](https://docs.google.com/document/d/1bSyyLA-p1F7KjZgjo563F1WFsPwcZc4eaH5WyQfbsi0/edit#heading=h.kfv34azf3j5k).
12+
13+
In its role as a portability layer between ML frameworks and ML compilers,
14+
StableHLO provides a common vocabulary of well-understood ops along with
15+
compatibility guarantees for them. However, this all works only for a closed set
16+
of ops within the StableHLO dialect. In this document, we propose to offer a
17+
mechanism to create portable abstractions of StableHLO ops.

0 commit comments

Comments
 (0)