diff options
author | Alexey Bataev <a.bataev@hotmail.com> | 2019-09-11 14:44:30 +0000 |
---|---|---|
committer | Alexey Bataev <a.bataev@hotmail.com> | 2019-09-11 14:44:30 +0000 |
commit | 5957a61ff8e8e048da1d2c6c31247b308b915672 (patch) | |
tree | d20a01c5a8bdee9a568a995cf71af49dcac9bf48 | |
parent | b42565f2fc761c5460b22bfd474004b6d1ea5d41 (diff) | |
download | bcm5719-llvm-5957a61ff8e8e048da1d2c6c31247b308b915672.tar.gz bcm5719-llvm-5957a61ff8e8e048da1d2c6c31247b308b915672.zip |
[OPENMP]Updated status page, NFC.
llvm-svn: 371627
-rw-r--r-- | clang/docs/OpenMPSupport.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index e71be1974ce..1563ca8309d 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -149,7 +149,7 @@ implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | loop extension | collapse imperfectly nested loop | :none:`unclaimed` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -| loop extension | collapse non-rectangular nested loop | :part:`worked on` | | +| loop extension | collapse non-rectangular nested loop | :good:`done` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | loop extension | C++ range-base for loop | :none:`unclaimed` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ @@ -233,7 +233,7 @@ implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | device extension | map(replicate) or map(local) when requires unified_shared_me | :part:`worked on` | D55719,D55892 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -| device extension | teams construct on the host device | :part:`worked on` | | +| device extension | teams construct on the host device | :part:`worked on` | Clang part is done, r371553. | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | atomic extension | hints for the atomic construct | :part:`worked on` | D51233 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ @@ -251,7 +251,7 @@ implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | misc extension | conditional modifier for lastprivate clause | :none:`unclaimed` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -| misc extension | user-defined function variants | :none:`unclaimed` | | +| misc extension | user-defined function variants | :part:`worked on` | D67294, D64095 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | misc extensions | pointer/reference to pointer based array reductions | :none:`unclaimed` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ |