================ @@ -195,6 +195,49 @@ EXTERN int omp_target_is_present(const void *Ptr, int DeviceNum) { return Rc; } +/// Check whether a pointer is accessible from a device. +/// the functionality is available in OpenMP 5.1 and later +/// OpenMP 5.1 ---------------- mjklemm wrote:
Well, this is more about changed/extended behavior of a routine like this one. There is a material extension of the behavior with version 6.0 over the 5.2 semantics of this routine. https://github.com/llvm/llvm-project/pull/138294 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits