We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c267f commit b53c62aCopy full SHA for b53c62a
libcudacxx/docs/extended_api/synchronization_primitives/barrier/init.md
@@ -43,7 +43,7 @@ It can be silenced using `#pragma nv_diag_suppress static_var_with_dynamic_init`
43
```cuda
44
#include <cuda/barrier>
45
46
-// Disables `pipeline_shared_state` initialization warning.
+// Disables `cuda::barrier` initialization warning.
47
#pragma nv_diag_suppress static_var_with_dynamic_init
48
49
__global__ void example_kernel() {
@@ -52,7 +52,7 @@ __global__ void example_kernel() {
52
}
53
```
54
55
-[See it on Godbolt](https://godbolt.org/z/jG8se6Kd8){: .btn }
+[See it on Godbolt](https://godbolt.org/z/nK5q3xh34){: .btn }
56
57
58
[`cuda::thread_scope`]: ./memory_model.md
0 commit comments