Skip to content

Commit 5a2dd70

Browse files
committed
text
1 parent e30cec1 commit 5a2dd70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def ROCDL_WaitDscntOp: ROCDL_ConcreteNonMemIntrOp<"s.wait.dscnt", [], 0, [0], ["
289289
let summary = "Wait until DSCNT is less than or equal to `count`";
290290
let description = [{
291291
Wait for the counter specified to be less-than or equal-to the `count`
292-
before continuing
292+
before continuing.
293293

294294
Available on gfx12+.
295295
}];
@@ -302,7 +302,7 @@ def ROCDL_WaitLoadcntOp: ROCDL_ConcreteNonMemIntrOp<"s.wait.loadcnt", [], 0, [0]
302302
let summary = "Wait until LOADCNT is less than or equal to `count`";
303303
let description = [{
304304
Wait for the counter specified to be less-than or equal-to the `count`
305-
before continuing
305+
before continuing.
306306

307307
Available on gfx12+.
308308
}];
@@ -315,7 +315,7 @@ def ROCDL_WaitStorecntOp: ROCDL_ConcreteNonMemIntrOp<"s.wait.storecnt", [], 0, [
315315
let summary = "Wait until STORECNT is less than or equal to `count`";
316316
let description = [{
317317
Wait for the counter specified to be less-than or equal-to the `count`
318-
before continuing
318+
before continuing.
319319

320320
Available on gfx12+.
321321
}];
@@ -328,7 +328,7 @@ def ROCDL_WaitExpcntOp: ROCDL_ConcreteNonMemIntrOp<"s.wait.expcnt", [], 0, [0],
328328
let summary = "Wait until EXPCNT is less than or equal to `count`";
329329
let description = [{
330330
Wait for the counter specified to be less-than or equal-to the `count`
331-
before continuing
331+
before continuing.
332332

333333
Available on gfx12+.
334334
}];

0 commit comments

Comments
 (0)