bolt/deps/llvm-18.1.8/mlir/test/python/dialects/tosa.py

9 lines
157 B
Python
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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