[Mlir-commits] [mlir] [mlir][linalg] Generic to category specialization (PR #184624)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Mar 6 01:02:11 PST 2026
================
@@ -17,6 +18,10 @@ func.func @unary_op_exp(%A: tensor<?x?x?xf32>, %Out: tensor<?x?x?xf32>) -> tenso
// CHECK-NOT: linalg.generic
// CHECK: linalg.exp ins(%[[A]] : tensor<?x?x?xf32>) outs(%[[Out]] : tensor<?x?x?xf32>) -> tensor<?x?x?xf32>
+// Not supported yet.
+// CATEGORY-LABEL: unary_op_exp
----------------
banach-space wrote:
[nit] You could re-use labels between the `RUN` lines.
https://github.com/llvm/llvm-project/pull/184624
More information about the Mlir-commits
mailing list