[Mlir-commits] [mlir] [mlir][tosa] Align operator descriptions with the spec (PR #128046)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Feb 21 09:04:14 PST 2025


================
@@ -228,13 +228,14 @@ class Tosa_I32EnumAttr<string name, string description, string mnemonic,
 // FP  : Floating-Point Inference. Primarily FP16 and FP32 operations.
 //
 // Extension:
-// INT16    : 16-bit integer operations.
-// INT4     : 4-bit integer weights.
-// BF16     : BFloat16 operations.
-// FP8      : 8-bit floating-point operations E4M3.
-// FP8      : 8-bit floating-point operations E5M2.
-// FFT      : Fast Fourier Transform operations.
-// VARIABLE : Stateful variable operations.
+// INT16        : 16-bit integer operations.
+// INT4         : 4-bit integer weights.
+// BF16         : BFloat16 operations.
+// FP8E4M3      : 8-bit floating-point operations E4M3.
+// FP8E5M2      : 8-bit floating-point operations E5M2.
+// FFT          : Fast Fourier Transform operations.
+// VARIABLE     : Stateful variable operations.
+// CONTROLFLOW  : Control Flow operations.
----------------
Jerry-Ge wrote:

good catch. it hasn't been added yet and missed. let me remove this first and add the comment with that controlflow extension patch. 

https://github.com/llvm/llvm-project/pull/128046


More information about the Mlir-commits mailing list