From: Kelvin Li Date: Fri, 22 Nov 2019 18:59:58 +0000 (-0500) Subject: [OPENMP] [DOCS] correct status for use_device_addr clause X-Git-Tag: llvmorg-11-init~3588 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c7a1c0cfc2a4e5b8b7f3920b2797c12963b8384;p=platform%2Fupstream%2Fllvm.git [OPENMP] [DOCS] correct status for use_device_addr clause The status of the use_device_addr clause feature is changed from 'done' to 'worked on`. Differential Revision: https://reviews.llvm.org/D70608 --- diff --git a/clang/docs/OpenMPSupport.rst b/clang/docs/OpenMPSupport.rst index aafadcf..ee80f1a 100644 --- a/clang/docs/OpenMPSupport.rst +++ b/clang/docs/OpenMPSupport.rst @@ -205,7 +205,7 @@ implementation. +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | device extension | mapping lambda expression | :good:`done` | D51107 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ -| device extension | clause: use_device_addr for target data | :good:`done` | | +| device extension | clause: use_device_addr for target data | :part:`worked on` | | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+ | device extension | map(replicate) or map(local) when requires unified_shared_me | :part:`worked on` | D55719,D55892 | +------------------------------+--------------------------------------------------------------+--------------------------+-----------------------------------------------------------------------+