Skip to content

Commit 56a941d

Browse files
committed
Tweak docs format
1 parent a7fbaa9 commit 56a941d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def XeGPU_ScatterTensorDescAttr: XeGPU_TensorDescAttr<"ScatterTensorDesc", "scat
6161
let summary = [{a composite attribute for `TensorDescType`}];
6262
let description = [{
6363
`ScatterTensorDesc` is a composite attribute defined for `TensorDescType`
64-
for describing following properties of a `TensorDesc`.
64+
for describing following properties of a `TensorDesc`:
6565

6666
1. `memory_space`: It describes where the data block described by the
6767
TensorDesc is located, `Global` device memory or `Shared` local memory.

0 commit comments

Comments
 (0)