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 c589133 commit d2dd8b8Copy full SHA for d2dd8b8
offload/libomptarget/omptarget.cpp
@@ -1531,8 +1531,8 @@ class PrivateArgumentManagerTy {
1531
/// ...}
1532
/// ```
1533
/// `(1)` maps the pointee `px[1].
1534
- /// `(2)` attaches it to the mapped version of `px`. It can be controlled by the
1535
- /// user based on the `attach(auto/always/never)` map-type modifier.
+ /// `(2)` attaches it to the mapped version of `px`. It can be controlled by
+ /// the user based on the `attach(auto/always/never)` map-type modifier.
1536
/// `(3)` privatizes and initializes the private pointer `px`, and passes it
1537
/// into the kernel as the argument `%px`. Can be skipped if `px` is not
1538
/// referenced in the target construct.
0 commit comments