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 da793ae commit 936d4d1Copy full SHA for 936d4d1
mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
@@ -409,7 +409,7 @@ def NVVM_NanosleepOp : NVVM_Op<"nanosleep">,
409
Arguments<(ins
410
ConfinedAttr<I32Attr, [IntMinValue<1>, IntMaxValue<1000000>]>:$duration)>
411
{
412
- let summary = "Suspends the thread for a sleep.";
+ let summary = "Suspends the thread for a specified duration.";
413
414
let description = [{
415
The Op suspends the thread for a sleep duration approximately close to the
0 commit comments