[Mlir-commits] [mlir] [mlir][linalg] Extend elementwise (PR #124661)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Feb 3 12:00:14 PST 2025


================
@@ -61,6 +61,12 @@ def Linalg_Dialect : Dialect {
   }];
 }
 
+// Define the attribute enums matching elementwise op function (e.g., add).
+def ElementwiseFnAttr : EnumAttr<Linalg_Dialect,
----------------
banach-space wrote:

I thought that we would be switching to `kind` instead of `Fn`/`function` etc?

https://github.com/llvm/llvm-project/pull/122753#issuecomment-2603037984

Also, you already seem to be using `kind` in various places.

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


More information about the Mlir-commits mailing list