We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6301f commit 09376fcCopy full SHA for 09376fc
mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td
@@ -159,7 +159,7 @@ def XeGPU_SGMapAttr : XeGPUAttr<"SGMap", "sg_map"> {
159
each accessing 1 element as specified by wi_data=[1, 1].
160
161
`wi_data[0] * wi_data[1]` can be greater than 1, meaning that each work item operates on multiple elements,
162
- which is eventually lowered to "SIMT-flavor" vector, like SPIR-V vector or llvm vector.
+ which is eventually lowered to "SIMT-flavor" vector, like SPIR-V vector or llvm vector, or packed to a storage data type.
163
The multiple elements indicated by `wi_data` can only be from one dimension and must be contiguous in the memory along either dimension.
164
}];
165
let parameters = (ins
0 commit comments