Skip to content

Commit 666da47

Browse files
lhutton1git-crd
authored andcommitted
[mlir][tosa] Add missing ext-mxfp description (llvm#167665)
Add a missing description.
1 parent 3467156 commit 666da47

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)