Skip to content

Commit 936d4d1

Browse files
gryppCopilot
andauthored
Update mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
Co-authored-by: Copilot <[email protected]>
1 parent da793ae commit 936d4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def NVVM_NanosleepOp : NVVM_Op<"nanosleep">,
409409
Arguments<(ins
410410
ConfinedAttr<I32Attr, [IntMinValue<1>, IntMaxValue<1000000>]>:$duration)>
411411
{
412-
let summary = "Suspends the thread for a sleep.";
412+
let summary = "Suspends the thread for a specified duration.";
413413

414414
let description = [{
415415
The Op suspends the thread for a sleep duration approximately close to the

0 commit comments

Comments
 (0)