Skip to content

Commit

Permalink
[OpenCL][Docs] Update OpenCL 3.0 status info.
Browse files Browse the repository at this point in the history
Update info on OpenCLSupport page to reflect changes
committed after release 13 branched.
  • Loading branch information
Anastasia Stulova committed Sep 10, 2021
1 parent 8dc76ab commit fbe00c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/docs/OpenCLSupport.rst
Expand Up @@ -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) |
+------------------------------+-------------------------+-----------------------------------------+----------------------+----------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit fbe00c6

Please sign in to comment.