Skip to content

[OpenMP] Claims omp_target_is_accessible as worked on #151507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nicebert
Copy link
Contributor

Includes link to current PR.
Spec requires minor clarification.

@llvmbot llvmbot added the clang Clang issues not falling into any other category label Jul 31, 2025
@llvmbot
Copy link
Member

llvmbot commented Jul 31, 2025

@llvm/pr-subscribers-clang

Author: None (nicebert)

Changes

Includes link to current PR.
Spec requires minor clarification.


Full diff: https://github.com/llvm/llvm-project/pull/151507.diff

1 Files Affected:

  • (modified) clang/docs/OpenMPSupport.rst (+1-1)
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                                                               |
 +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+

@nicebert nicebert force-pushed the feat/claim_omp_target_is_accessible branch from eaa5ce4 to 44d6660 Compare July 31, 2025 13:36
Claims omp_target_is_accessible as in progress.
Adds entry for 6.0 changes (spec requires minor clarification) and claims them as in progress for C/C++.
@nicebert nicebert force-pushed the feat/claim_omp_target_is_accessible branch from 44d6660 to ec76d58 Compare July 31, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants