diff --git a/mlir/include/mlir/IR/CommonTypeConstraints.td b/mlir/include/mlir/IR/CommonTypeConstraints.td index 75faa2a6b490d..e592910303568 100644 --- a/mlir/include/mlir/IR/CommonTypeConstraints.td +++ b/mlir/include/mlir/IR/CommonTypeConstraints.td @@ -351,7 +351,7 @@ def F4E2M1FN : Type($_self)">, "f4E BuildableType<"$_builder.getType()">; def F6E2M3FN : Type($_self)">, "f6E2M3FN type">, BuildableType<"$_builder.getType()">; -def F6E3M2FN : Type, "f6E3M2FN type">, +def F6E3M2FN : Type($_self)">, "f6E3M2FN type">, BuildableType<"$_builder.getType()">; def F8E8M0FNU : Type($_self)">, "f8E8M0FNU type">, BuildableType<"$_builder.getType()">;