[Mlir-commits] [mlir] [MLIR][XEGPU] Add blocking support for scatter ops (PR #144766)

Chao Chen llvmlistbot at llvm.org
Wed Jun 18 13:37:44 PDT 2025


================

----------------
chencha3 wrote:

XeGPU::unrollPattern is following the design of vector::unrollPattern. They provide a very generic interface, verifing targetShape is valid and then unroll the op based on it. xegpu-blocking is built on top of it. It simply focuses on passing the `inst_data` to the `targetShape` of unroll pattern, with some logics for robustness.  

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


More information about the Mlir-commits mailing list