llvm-capstone/mlir/test/python/dialects/tosa.py
2021-05-24 18:04:50 +00:00

9 lines
157 B
Python

# RUN: %PYTHON %s
from mlir.ir import *
import mlir.dialects.tosa as tosa
# Just make sure the dialect is populated with generated ops.
assert tosa.AddOp