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 0ccae1d commit 588c394Copy full SHA for 588c394
offload/libomptarget/OpenMP/API.cpp
@@ -197,7 +197,7 @@ EXTERN int omp_target_is_present(const void *Ptr, int DeviceNum) {
197
}
198
199
/// Check whether a pointer is accessible from a device.
200
-/// Returns true when accessibility is guaranteed otherwise returns false.
+/// Returns true when accessibility is guaranteed otherwise returns false.
201
EXTERN int omp_target_is_accessible(const void *Ptr, size_t Size,
202
int DeviceNum) {
203
TIMESCOPE();
0 commit comments