[Mlir-commits] [mlir] [MLIR] Enable scalable vectorization for linalg.batch_matmul (PR #172333)
Renato Golin
llvmlistbot at llvm.org
Mon Dec 22 03:30:02 PST 2025
rengolin wrote:
> Is that a blocker for you? I am not against it, but as a rule of thumb, we only enable Ops that we actually run. This way, we have 100% confidence that everything works (i.e. lowering all the way to LLVM).
Blocker, no. But it seems too low a hanging fruit not to do it? :shrug:
If it's easy to add one test for that, I'd be happy. If not, I won't be unhappy. :smile:
https://github.com/llvm/llvm-project/pull/172333
More information about the Mlir-commits
mailing list