[clang] [OpenMP] Claims omp_target_is_accessible as worked on (PR #151507)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 31 05:36:52 PDT 2025
https://github.com/nicebert created https://github.com/llvm/llvm-project/pull/151507
Includes link to current PR.
Spec requires minor clarification.
>From eaa5ce4735cc826a7b476af4764bac56a2d9b785 Mon Sep 17 00:00:00 2001
From: Nicole Aschenbrenner <nicole.aschenbrenner at amd.com>
Date: Thu, 31 Jul 2025 07:33:22 -0500
Subject: [PATCH] [OpenMP] Claims omp_target_is_accessible as worked on
Includes link to current PR.
Spec requires minor clarification.
---
clang/docs/OpenMPSupport.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 58cd10ad4d8fa..76a3d2a5d24f1 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -256,7 +256,7 @@ implementation.
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device | device-specific environment variables | :none:`unclaimed` | |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device | omp_target_is_accessible routine | :none:`unclaimed` | |
+| device | omp_target_is_accessible routine | :part:`worked on` | https://github.com/llvm/llvm-project/pull/138294 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
| device | omp_get_mapped_ptr routine | :good:`done` | D141545 |
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
More information about the cfe-commits
mailing list