Author: Alexey Bataev
Date: 2019-12-04T15:11:19-05:00
New Revision: 975a43512709a9e989dea11d2fefab9212e3a4f4

URL: 
https://github.com/llvm/llvm-project/commit/975a43512709a9e989dea11d2fefab9212e3a4f4
DIFF: 
https://github.com/llvm/llvm-project/commit/975a43512709a9e989dea11d2fefab9212e3a4f4.diff

LOG: [OPENMP]Update list of implemented features, NFC.

Added: 
    

Modified: 
    clang/docs/OpenMPSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst
index ee80f1afb9e6..6c113fa6b43f 100644
--- a/clang/docs/OpenMPSupport.rst
+++ b/clang/docs/OpenMPSupport.rst
@@ -153,7 +153,7 @@ implementation.
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | task extension               | mutexinoutset dependence-type for tasks       
               | :good:`done`             | D53380,D57576                       
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| task extension               | combined taskloop constructs                  
               | :none:`unclaimed`        |                                     
                                  |
+| task extension               | combined taskloop constructs                  
               | :good:`done`             |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | task extension               | master taskloop                               
               | :good:`done`             |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -173,9 +173,9 @@ implementation.
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device extension             | OMP_TARGET_OFFLOAD environment variable       
               | :good:`done`             | D50522                              
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device extension             | support full 'defaultmap' functionality       
               | :part:`worked on`        | D69204                              
                                  |
+| device extension             | support full 'defaultmap' functionality       
               | :good:`done`             | D69204                              
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device extension             | device specific functions                     
               | :none:`unclaimed`        |                                     
                                  |
+| device extension             | device specific functions                     
               | :good:`done`             |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device extension             | clause: device_type                           
               | :good:`done`             |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
@@ -191,9 +191,9 @@ implementation.
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device extension             | allow access to the reference count 
(omp_target_is_present)  | :part:`worked on`        |                           
                                            |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device extension             | requires directive (unified shared memory)    
               | :part:`worked on`        |                                     
                                  |
+| device extension             | requires directive (unified shared memory)    
               | :good:`done`             |                                     
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
-| device extension             | clause: unified_address, 
unified_shared_memory               | :part:`worked on`        | D52625,D52359  
                                                       |
+| device extension             | clause: unified_address, 
unified_shared_memory               | :good:`done`             | D52625,D52359  
                                                       |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+
 | device extension             | clause: reverse_offload                       
               | :none:`unclaimed parts`  | D52780                              
                                  |
 
+------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to