Skip to content

Commit 8aaf2d2

Browse files
committed
fix typo
1 parent f3d62f8 commit 8aaf2d2

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
@@ -1241,7 +1241,7 @@ def NVVM_MembarOp : NVVM_Op<"memory.barrier">,
12411241
let summary = "Memory barrier operation";
12421242
let description = [{
12431243
`membar` operation guarantees that prior memory accesses requested by this
1244-
thread are performed at the specified `level`, before later memory
1244+
thread are performed at the specified `scope`, before later memory
12451245
operations requested by this thread following the membar instruction.
12461246

12471247
[For more information, see PTX ISA](https://docs.nvidia.com/cuda/parallel-thread-execution/#parallel-synchronization-and-communication-instructions-membar)

0 commit comments

Comments
 (0)