[clang] [OpenMP][docs] Update OpenMP 6.0 OMP_AVAILABLE_DEVICES status (PR #162440)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 8 01:24:18 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Robert Imschweiler (ro-i)
<details>
<summary>Changes</summary>
The trait support being implemented for OMP_DEFAULT_DEVICES can also be used for OMP_ABVAILABLE_DEVICES, which makes it reasonable to wait to avoid duplicate effort.
---
Full diff: https://github.com/llvm/llvm-project/pull/162440.diff
1 Files Affected:
- (modified) clang/docs/OpenMPSupport.rst (+1-1)
``````````diff
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index 90c0186e47ea7..cdb3b331a25e7 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -548,7 +548,7 @@ implementation.
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
| Increment between places for OMP_PLACES | :none:`unclaimed` | :none:`unclaimed` | |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
-| OMP_AVAILABLE_DEVICES envirable | :none:`unclaimed` | :none:`unclaimed` | |
+| OMP_AVAILABLE_DEVICES envirable | :none:`unclaimed` | :none:`unclaimed` | (should wait for "Traits for default device envirable" being done) |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
| Traits for default device envirable | :part:`in progress` | :none:`unclaimed` | ro-i |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
``````````
</details>
https://github.com/llvm/llvm-project/pull/162440
More information about the cfe-commits
mailing list