[clang] fbe00c6 - [OpenCL][Docs] Update OpenCL 3.0 status info.

Anastasia Stulova via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 10 05:07:25 PDT 2021


Author: Anastasia Stulova
Date: 2021-09-10T13:07:07+01:00
New Revision: fbe00c6874f1f0c496d64933a66661a899448b2a

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

LOG: [OpenCL][Docs] Update OpenCL 3.0 status info.

Update info on OpenCLSupport page to reflect changes
committed after release 13 branched.

Added: 
    

Modified: 
    clang/docs/OpenCLSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenCLSupport.rst b/clang/docs/OpenCLSupport.rst
index 0d7ebca899f7..7bfb471cc381 100644
--- a/clang/docs/OpenCLSupport.rst
+++ b/clang/docs/OpenCLSupport.rst
@@ -385,9 +385,9 @@ implementation status.
 +------------------------------+-------------------------+-----------------------------------------+----------------------+----------------------------------------------------------------------------------------------+
 | Feature optionality          | Blocks and Device-side kernel enqueue including builtin functions | :none:`unclaimed`    |                                                                                              |
 +------------------------------+-------------------------+-----------------------------------------+----------------------+----------------------------------------------------------------------------------------------+
-| Feature optionality          | Pipes including builtin functions                                 | :part:`worked on`    | https://reviews.llvm.org/D107154 (frontend) and https://reviews.llvm.org/D105858 (functions) |
+| Feature optionality          | Pipes including builtin functions                                 | :good:`done`         | https://reviews.llvm.org/D107154 (frontend) and https://reviews.llvm.org/D105858 (functions) |
 +------------------------------+-------------------------+-----------------------------------------+----------------------+----------------------------------------------------------------------------------------------+
-| Feature optionality          | Work group collective builtin functions                           | :part:`worked on`    | https://reviews.llvm.org/D105858                                                             |
+| Feature optionality          | Work group collective builtin functions                           | :good:`done`         | https://reviews.llvm.org/D105858                                                             |
 +------------------------------+-------------------------+-----------------------------------------+----------------------+----------------------------------------------------------------------------------------------+
 | Feature optionality          | Image types and builtin functions                                 | :good:`done`         | https://reviews.llvm.org/D103911 (frontend) and https://reviews.llvm.org/D107539 (functions) |
 +------------------------------+-------------------------+-----------------------------------------+----------------------+----------------------------------------------------------------------------------------------+


        


More information about the cfe-commits mailing list