Skip to content

Commit e5c8136

Browse files
lhutton1psunn
authored andcommitted
[mlir][tosa] Align operator descriptions with the spec
This commit aligns the operator descriptions to the v1.0 spec. Change-Id: I4774faa861e04748d411ba99fe61fe5d28475bc4 Co-authored-by: Peng Sun <[email protected]> Signed-off-by: Luke Hutton <[email protected]>
1 parent 1ca93b1 commit e5c8136

File tree

2 files changed

+119
-72
lines changed

2 files changed

+119
-72
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,13 +228,14 @@ class Tosa_I32EnumAttr<string name, string description, string mnemonic,
228228
// FP : Floating-Point Inference. Primarily FP16 and FP32 operations.
229229
//
230230
// Extension:
231-
// INT16 : 16-bit integer operations.
232-
// INT4 : 4-bit integer weights.
233-
// BF16 : BFloat16 operations.
234-
// FP8 : 8-bit floating-point operations E4M3.
235-
// FP8 : 8-bit floating-point operations E5M2.
236-
// FFT : Fast Fourier Transform operations.
237-
// VARIABLE : Stateful variable operations.
231+
// INT16 : 16-bit integer operations.
232+
// INT4 : 4-bit integer weights.
233+
// BF16 : BFloat16 operations.
234+
// FP8E4M3 : 8-bit floating-point operations E4M3.
235+
// FP8E5M2 : 8-bit floating-point operations E5M2.
236+
// FFT : Fast Fourier Transform operations.
237+
// VARIABLE : Stateful variable operations.
238+
// CONTROLFLOW : Control Flow operations.
238239
//===----------------------------------------------------------------------===//
239240

240241
def Tosa_PRO_INT : I32EnumAttrCase<"pro_int", 1>;

0 commit comments

Comments
 (0)