[clang] [OpenMP][docs] Update OpenMP 6.0 OMP_AVAILABLE_DEVICES status (PR #162440)
Robert Imschweiler via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 8 01:23:40 PDT 2025
https://github.com/ro-i created https://github.com/llvm/llvm-project/pull/162440
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.
>From 032eec7185ba6e88253b29feec225eaa939ea0ec Mon Sep 17 00:00:00 2001
From: Robert Imschweiler <robert.imschweiler at amd.com>
Date: Wed, 8 Oct 2025 03:19:43 -0500
Subject: [PATCH] [OpenMP][docs] Update OpenMP 6.0 OMP_AVAILABLE_DEVICES status
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.
---
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 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 |
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
More information about the cfe-commits
mailing list