[Mlir-commits] [mlir] [mlir][linalg] Generic to category specialization (PR #184624)

Adam Siemieniuk llvmlistbot at llvm.org
Fri Mar 6 05:33:04 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
----------------
adam-smnk wrote:

Pretty nice pattern, refactored accordingly.

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


More information about the Mlir-commits mailing list