openxla / stablehlo

Backward compatible ML compute opset inspired by HLO/MHLO
Apache License 2.0
357 stars 100 forks source link

Revert bytecode changes from #2259 #2367

Closed mlevesquedion closed 1 month ago

mlevesquedion commented 1 month ago

The bytecode changes are causing issues due to some StableHLO consumers using StableHLO directly rather than VHLO.

Temporarily remove the relevant roundtrip tests as well since this breaks round-tripping.