[Mlir-commits] [mlir] [MLIR][XeGPU] Scattered ops sg-to-wi distribution (PR #154949)

Artem Kroviakov llvmlistbot at llvm.org
Mon Aug 25 09:05:04 PDT 2025


akroviakov wrote:

That is the point, the offsets are not 

> %offsets = arith.constant dense<0> : vector<16xindex>

They can be arbitrary, how does the proposed distribution work with a vector of `[0, 5, 2, 11, 1]` instead of sg-uniform value?

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


More information about the Mlir-commits mailing list