[Mlir-commits] [mlir] [mlir][LinalgBlockPackMatmul] Add support for scalable block factors (PR #211354)
Adam Siemieniuk
llvmlistbot at llvm.org
Thu Jul 23 01:15:03 PDT 2026
================
@@ -1423,6 +1423,11 @@ struct BlockPackMatmulOptions {
/// the parallel dimensions and kb is the reduction dimension.
SmallVector<int64_t, 3> blockFactors;
+ /// Scalable flags for block factors. When true, the corresponding block
+ /// factor is multiplied by vector.vscale at runtime (SVE-style scalable).
----------------
adam-smnk wrote:
nit: I think calling out `vector.vscale` explicitly is too implementation specific, I'd generalize the comment
https://github.com/llvm/llvm-project/pull/211354
More information about the Mlir-commits
mailing list