@@ -340,7 +340,7 @@ Missing features or with limited support
340
340
.. _opencl_300 :
341
341
342
342
OpenCL C 3.0 Usage
343
- ================================
343
+ ==================
344
344
345
345
OpenCL C 3.0 language standard makes most OpenCL C 2.0 features optional. Optional
346
346
functionality in OpenCL C 3.0 is indicated with the presence of feature-test macros
@@ -357,7 +357,7 @@ user should specify both (extension and feature) in command-line flag:
357
357
358
358
359
359
OpenCL C 3.0 Implementation Status
360
- ================================
360
+ ----------------------------------
361
361
362
362
The following table provides an overview of features in OpenCL C 3.0 and their
363
363
implementation status.
@@ -371,7 +371,7 @@ implementation status.
371
371
+------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
372
372
| Predefined macros | Feature macros | :good: `done ` | https://reviews.llvm.org/D95776 |
373
373
+------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
374
- | Feature optionality | Generic address space | :none: `unclaimed ` | |
374
+ | Feature optionality | Generic address space | :none: `worked on ` | https://reviews.llvm.org/D95778 (partial frontend) |
375
375
+------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
376
376
| Feature optionality | Builtin function overloads with generic address space | :part: `worked on ` | https://reviews.llvm.org/D92004 |
377
377
+------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
@@ -389,6 +389,8 @@ implementation status.
389
389
+------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
390
390
| Feature optionality | Work group collective functions | :part: `worked on ` | https://reviews.llvm.org/D92004 |
391
391
+------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
392
+ | Feature optionality | Image types | :part: `unclaimed ` | |
393
+ +------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
392
394
| New functionality | RGBA vector components | :good: `done ` | https://reviews.llvm.org/D99969 |
393
395
+------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
394
396
| New functionality | Subgroup functions | :part: `worked on ` | https://reviews.llvm.org/D92004 |
0 commit comments