[Mlir-commits] [mlir] [MLIR][XeGPU] Scattered ops sg-to-wi distribution (PR #154949)
Artem Kroviakov
llvmlistbot at llvm.org
Mon Aug 25 10:07:58 PDT 2025
akroviakov wrote:
> assume this is always distributable.
This solves the major issue.
In your examples, how does the distribution pattern decide whether to use `laneId` (example 2) or `0` (example 1) if it only sees the argument as a vector of n values?
https://github.com/llvm/llvm-project/pull/154949
More information about the Mlir-commits
mailing list