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
import tt_mlir
import mlir.ir as ir
import mlir.dialects.stablehlo as stablehlo
from mlir.ir import Context, Location
with ir.Context() as ctx:
stablehlo.register_dialect(ctx)
module = ir.Module.parse(MODULE_STRING)
The text was updated successfully, but these errors were encountered:
The idea is to read a stablehlo graph (most likely from text, as a string), then lower it to ttir-->ttnn.
The way to install stablehlo is:
The way to use stablehlo is:
The text was updated successfully, but these errors were encountered: