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 c80d759 commit f21b256Copy full SHA for f21b256
mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
@@ -1256,7 +1256,7 @@ def NVVM_MembarOp : NVVM_Op<"membar">,
1256
Arguments<(ins MemLevelKindAttr:$level)> {
1257
let summary = "Memory barrier operation";
1258
let description = [{
1259
- `member` operation guarantees that prior memory accesses requested by this
+ `membar` operation guarantees that prior memory accesses requested by this
1260
thread are performed at the specified `level`, before later memory
1261
operations requested by this thread following the membar instruction.
1262
0 commit comments