Skip to content

Commit 94b9575

Browse files
authored
Update mlir/python/mlir/dialects/linalg/__init__.py
1 parent 3053439 commit 94b9575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/python/mlir/dialects/linalg/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def _IteratorTypeArrayAttr(x, context):
111111
return ArrayAttr.get([_iteratortypeenum(v, context) for v in x])
112112

113113

114+
# The underscore is needed here so that there's no collision with opdsl generation.
114115
class GenericOp_(GenericOp):
115116
def __init__(
116117
self,

0 commit comments

Comments
 (0)