Skip to content

Instantly share code, notes, and snippets.

View PragmaTwice's full-sized avatar

Twice PragmaTwice

View GitHub Profile
from mlir.ir import *
from mlir.dialects.ext import *
from mlir.rewrite import *
from mlir.passmanager import *
from mlir.execution_engine import *
from mlir.dialects import llvm, scf, func
class BfDialect(Dialect, name="bf"):
pass