[Mlir-commits] [mlir] [mlir][linalg] Extend Linalg elemwise named ops semantics (PR #122753)

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed Jan 15 11:12:41 PST 2025


================
@@ -3611,5 +3621,283 @@ Speculation::Speculatability MatmulOp::getSpeculatability() {
   return getGenericSpeculatabilityImpl(cast<LinalgOp>(getOperation()));
 }
 
+//===----------------------------------------------------------------------===//
+// ElemwiseOp - with support for affine map, func_type and comp_type
----------------
banach-space wrote:

Please follow the convention that's used in this file
```suggestion
// ElemwiseOp
```

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


More information about the Mlir-commits mailing list