[Mlir-commits] [mlir] [mlir][Vector] Add support for scalable vectors to `ScanToArithOps` (PR #123117)

Diego Caballero llvmlistbot at llvm.org
Wed Jan 15 15:37:54 PST 2025


================
@@ -18,6 +18,20 @@ func.func @scan1d_inc(%arg0 : vector<2xi32>, %arg1 : vector<i32>) -> (vector<2xi
   return %0#0, %0#1 : vector<2xi32>, vector<i32>
 }
 
+// -----
+
+// Rducing scalable dims is not yet supported!
----------------
dcaballe wrote:

typo

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


More information about the Mlir-commits mailing list