You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build StableHLO programs rather than XLA programs, then we can provide support for anything that accepts StableHLO, including XLA and IREE removing our dependency on XLA. This may require rewritng much of the XLA glue code, but since the XLA and StableHLO interfaces look very similar, a lot might carry over
The text was updated successfully, but these errors were encountered:
I don't see much benefit to this atm since we can already convert XlaComputation to HLO and pass that to PJRT, thus running on IREE. At least that's what I've heard, we haven't done it yet
We need StableHLO for some plugins incl. Apple Metal. We can, however, do this in two phases: 1) build XLA HLO then convert it to StableHLO. 2) build StableHLO directly. 1 is likely enough to implement plugins, autodiff and vmap
Build StableHLO programs rather than XLA programs,
then we can provide support for anything that accepts StableHLO, including XLA and IREEremoving our dependency on XLA. This may require rewritng much of the XLA glue code, but since the XLA and StableHLO interfaces look very similar, a lot might carry overThe text was updated successfully, but these errors were encountered: