[Mlir-commits] [mlir] [XeGPU] Add sg_map for scatter verification (PR #124300)
Artem Kroviakov
llvmlistbot at llvm.org
Mon Jan 27 07:25:54 PST 2025
akroviakov wrote:
> I think one work item can still read multiple elements with wi_data = [1, N]?
Sure, in this case, according to the documentation, a vector with dimensions `<1xN>` is returned to a work-item.
If the `transpose` attribute of a load is present, then the result vector is `<Nx1>`.
https://github.com/llvm/llvm-project/pull/124300
More information about the Mlir-commits
mailing list