[llvm-branch-commits] [clang] d1862a1 - [OpenCL][Docs] Fixed malformed table in OpenCLSupport

Anastasia Stulova via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jan 15 06:32:46 PST 2021


Author: Anastasia Stulova
Date: 2021-01-15T14:27:26Z
New Revision: d1862a16310379179a40b309a9721318ae7e3254

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

LOG: [OpenCL][Docs] Fixed malformed table in OpenCLSupport

 Tags: #clang

Added: 
    

Modified: 
    clang/docs/OpenCLSupport.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/OpenCLSupport.rst b/clang/docs/OpenCLSupport.rst
index 9c17bd8f2692..7e5bb41f7dbc 100644
--- a/clang/docs/OpenCLSupport.rst
+++ b/clang/docs/OpenCLSupport.rst
@@ -67,40 +67,39 @@ OpenCL 3.0 Implementation Status
 The following table provides an overview of features in OpenCL C 3.0 and their
 implementation status. 
 
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Category                     | Feature                                                      | Status               | Reviews                                                                       |
-+==============================+==============================================================+======================+=======================    ====================================================+
-| Command line interface       | New value for ``-cl-std`` flag                               | :good:`done`         | https://reviews.llvm.o    rg/D88300                                           |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Predefined macros            | New version macro                                            | :good:`done`         | https://reviews.llvm.o    rg/D88300                                           |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Predefined macros            | Feature macros                                               | :part:`worked on`    | https://reviews.llvm.o    rg/D89869                                           |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Generic address space                                        | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Builtin function overloads with generic address space        | :part:`worked on`    | https://reviews.llvm.o    rg/D92004                                           |
-
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Program scope variables in global memory                     | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | 3D image writes including builtin functions                  | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | read_write images including builtin functions                | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | C11 atomics memory scopes, ordering and builtin function     | :part:`worked on`    | https://reviews.llvm.o    rg/D92004 (functions only)                          |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Device-side kernel enqueue including builtin functions       | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Pipes including builtin functions                            | :part:`worked on`    | https://reviews.llvm.o    rg/D92004 (functions only)                          |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| Feature optionality          | Work group collective functions                              | :part:`worked on`    | https://reviews.llvm.o    rg/D92004                                           |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| New functionality            | RGBA vector components                                       | :none:`unclaimed`    |                                                                               |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| New functionality            | Subgroup functions                                           | :part:`worked on`    | https://reviews.llvm.o    rg/D92004                                           |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
-| New functionality            | Atomic mem scopes: subgroup, all devices including functions | :part:`worked on`    | https://reviews.llvm.o    rg/D92004 (functions only)                          |
-+------------------------------+--------------------------------------------------------------+----------------------+-----------------------    ----------------------------------------------------+
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Category                     | Feature                                                      | Status               | Reviews                                                                   |
++==============================+==============================================================+======================+===========================================================================+
+| Command line interface       | New value for ``-cl-std`` flag                               | :good:`done`         | https://reviews.llvm.org/D88300                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Predefined macros            | New version macro                                            | :good:`done`         | https://reviews.llvm.org/D88300                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Predefined macros            | Feature macros                                               | :part:`worked on`    | https://reviews.llvm.org/D89869                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Generic address space                                        | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Builtin function overloads with generic address space        | :part:`worked on`    | https://reviews.llvm.org/D92004                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Program scope variables in global memory                     | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | 3D image writes including builtin functions                  | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | read_write images including builtin functions                | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | C11 atomics memory scopes, ordering and builtin function     | :part:`worked on`    | https://reviews.llvm.org/D92004 (functions only)                          |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Device-side kernel enqueue including builtin functions       | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Pipes including builtin functions                            | :part:`worked on`    | https://reviews.llvm.org/D92004 (functions only)                          |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| Feature optionality          | Work group collective functions                              | :part:`worked on`    | https://reviews.llvm.org/D92004                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| New functionality            | RGBA vector components                                       | :none:`unclaimed`    |                                                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| New functionality            | Subgroup functions                                           | :part:`worked on`    | https://reviews.llvm.org/D92004                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
+| New functionality            | Atomic mem scopes: subgroup, all devices including functions | :part:`worked on`    | https://reviews.llvm.org/D92004 (functions only)                          |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
 
 .. _opencl_experimenal:
 


        


More information about the llvm-branch-commits mailing list