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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to