mirror of https://github.com/llvm/torch-mlir
8 lines
131 B
Python
8 lines
131 B
Python
|
# RUN: %PYTHON %s
|
||
|
|
||
|
import mlir.ir
|
||
|
from mlir.dialects import iree
|
||
|
|
||
|
with mlir.ir.Context() as ctx:
|
||
|
iree.register_iree_dialect(ctx)
|