diff options
| author | Alexey Bataev <a.bataev@hotmail.com> | 2019-12-04 15:11:19 -0500 |
|---|---|---|
| committer | Alexey Bataev <a.bataev@hotmail.com> | 2019-12-04 15:11:19 -0500 |
| commit | 975a43512709a9e989dea11d2fefab9212e3a4f4 (patch) | |
| tree | d7bc135bd947ea333153cefbabceefd1c2a45ab3 /clang | |
| parent | 713dab21e27c987b9114547ce7136bac2e775de9 (diff) | |
| download | bcm5719-llvm-975a43512709a9e989dea11d2fefab9212e3a4f4.tar.gz bcm5719-llvm-975a43512709a9e989dea11d2fefab9212e3a4f4.zip | |
[OPENMP]Update list of implemented features, NFC.
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/docs/OpenMPSupport.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index ee80f1afb9e..6c113fa6b43 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 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ |

