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 a7fbaa9 commit 56a941dCopy full SHA for 56a941d
mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td
@@ -61,7 +61,7 @@ def XeGPU_ScatterTensorDescAttr: XeGPU_TensorDescAttr<"ScatterTensorDesc", "scat
61
let summary = [{a composite attribute for `TensorDescType`}];
62
let description = [{
63
`ScatterTensorDesc` is a composite attribute defined for `TensorDescType`
64
- for describing following properties of a `TensorDesc`.
+ for describing following properties of a `TensorDesc`:
65
66
1. `memory_space`: It describes where the data block described by the
67
TensorDesc is located, `Global` device memory or `Shared` local memory.
0 commit comments