We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dd0e2 commit 5078a84Copy full SHA for 5078a84
mlir/extras/dialects/ext/transform.py
@@ -3,9 +3,9 @@
3
from types import SimpleNamespace
4
from typing import List
5
6
-from mlir.dialects.transform.extras import OpHandle
7
from ...meta import region_op
8
from ...util import get_user_code_loc
+from ....dialects.transform.extras import OpHandle
9
from ....dialects import pdl, transform
10
from ....dialects._ods_common import _dispatch_mixed_values, get_op_result_or_op_results
11
from ....dialects._structured_transform_ops_gen import MatchOp, TileUsingForallOp
0 commit comments