Skip to content

Commit

Permalink
Update xdsl/dialects/builtin.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sasha Lopoukhine <[email protected]>
  • Loading branch information
alexarice and superlopuh authored Nov 18, 2024
1 parent fd186d4 commit a002ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdsl/dialects/builtin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ def constr(
class TensorOrMemrefOf(
GenericAttrConstraint[TensorType[AttributeCovT] | MemRefType[AttributeCovT]]
):
"""A type constraint that can be nested once in a vector or a tensor."""
"""A type constraint that can be nested once in a memref or a tensor."""

elem_constr: GenericAttrConstraint[AttributeCovT]

Expand Down

0 comments on commit a002ad5

Please sign in to comment.