Skip to content

Commit 0801d16

Browse files
committed
[mlir][tosa] Add missing ext-mxfp description
Add a missing description. Change-Id: Ic8a5064b4a36319e1ff5ffb689b15b34d2b71a27
1 parent a8a0ffb commit 0801d16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir/Dialect/Tosa/IR/TosaOpBase.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ class Tosa_I32EnumAttr<string name, string description, string mnemonic,
240240
// DOUBLEROUND : Adds double rounding support to the RESCALE operator.
241241
// INEXACTROUND : Adds inexact rounding support to the RESCALE operator.
242242
// DYNAMIC : Removes all Compile Time Constant state for CTC inputs.
243+
// MXFP : Microscaling formats.
243244
//===----------------------------------------------------------------------===//
244245

245246
def Tosa_NONE : I32EnumAttrCase<"none", 0>;

0 commit comments

Comments
 (0)