[Mlir-commits] [mlir] [MLIR][XeGPU] Scattered ops sg-to-wi distribution (PR #154949)
Charitha Saumya
llvmlistbot at llvm.org
Fri Aug 22 11:31:50 PDT 2025
https://github.com/charithaintc commented:
I did a first pass.
generally I don't agree with the code sequence extract[laneid] -> broadcast.
Instead I think offsets and masks must be distributed. We should discuss this.
general comments:
1. No need of casts for typed values.
2. please pay attention to variable names.
https://github.com/llvm/llvm-project/pull/154949
More information about the Mlir-commits
mailing list