Skip to content

Commit 482cd5f

Browse files
authored
[OpenMP][docs] Update OpenMP 6.0 OMP_AVAILABLE_DEVICES status (#162440)
The trait support being implemented for OMP_DEFAULT_DEVICES can also be used for OMP_AVAILABLE_DEVICES, which makes it reasonable to wait to avoid duplicate effort.
1 parent bb36630 commit 482cd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/OpenMPSupport.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ implementation.
548548
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
549549
| Increment between places for OMP_PLACES | :none:`unclaimed` | :none:`unclaimed` | |
550550
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
551-
| OMP_AVAILABLE_DEVICES envirable | :none:`unclaimed` | :none:`unclaimed` | |
551+
| OMP_AVAILABLE_DEVICES envirable | :none:`unclaimed` | :none:`unclaimed` | (should wait for "Traits for default device envirable" being done) |
552552
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+
553553
| Traits for default device envirable | :part:`in progress` | :none:`unclaimed` | ro-i |
554554
+-------------------------------------------------------------+---------------------------+---------------------------+--------------------------------------------------------------------------+

0 commit comments

Comments
 (0)