|
1 | 1 | # Extensions
|
2 | 2 |
|
3 |
| -This is where documents can be found that propose extensions to the SYCL |
| 3 | +The directory contains documents that describe DPC++ extensions to SYCL |
4 | 4 | specification.
|
| 5 | + |
| 6 | +DPC++ extensions status: |
| 7 | + |
| 8 | +| Extension | Status | Comment | |
| 9 | +|-------------|:------------|:------------| |
| 10 | +| [SYCL_INTEL_bitcast](Bitcast/SYCL_INTEL_bitcast.asciidoc) | Proposal | | |
| 11 | +| [C and C++ Standard libraries support](C-CXX-StandardLibrary/C-CXX-StandardLibrary.rst) | Partially supported(OpenCL: CPU, GPU) | | |
| 12 | +| [SYCL_INTEL_data_flow_pipes](DataFlowPipes/data_flow_pipes.asciidoc) | Partially supported(OpenCL: ACCELERATOR) | kernel_host_pipe_support part is not implemented | |
| 13 | +| [SYCL_INTEL_deduction_guides](deduction_guides/SYCL_INTEL_deduction_guides.asciidoc) | Supported | | |
| 14 | +| [SYCL_INTEL_device_specific_kernel_queries](DeviceSpecificKernelQueries/SYCL_INTEL_device_specific_kernel_queries.asciidoc) | Proposal | | |
| 15 | +| [SYCL_INTEL_enqueue_barrier](EnqueueBarrier/enqueue_barrier.asciidoc) | Proposal | | |
| 16 | +| [SYCL_INTEL_extended_atomics](ExtendedAtomics/SYCL_INTEL_extended_atomics.asciidoc) | Proposal | | |
| 17 | +| [SYCL_INTEL_group_algorithms](GroupAlgorithms/SYCL_INTEL_group_algorithms.asciidoc) | Supported(OpenCL) | | |
| 18 | +| [SYCL_INTEL_group_mask](./GroupMask/SYCL_INTEL_group_mask.asciidoc) | Proposal | | |
| 19 | +| [FPGA selector](IntelFPGA/FPGASelector.md) | Supported | | |
| 20 | +| [FPGA reg](IntelFPGA/FPGAReg.md) | Supported(OpenCL: ACCELERATOR) | | |
| 21 | +| [SYCL_INTEL_kernel_restrict_all](KernelRestrictAll/SYCL_INTEL_kernel_restrict_all.asciidoc) | Supported(OpenCL) | | |
| 22 | +| [SYCL_INTEL_attribute_style](KernelRHSAttributes/SYCL_INTEL_attribute_style.asciidoc) | Proposal | | |
| 23 | +| [Queue Order Properties](OrderedQueue/OrderedQueue_v2.adoc) | Supported | | |
| 24 | +| [Queue Shortcuts](QueueShortcuts/QueueShortcuts.adoc) | Supported | | |
| 25 | +| [Reductions for ND-Range Parallelism](Reduction/Reduction.md) | Partially supported(OpenCL: CPU, GPU) | Not supported: multiple reduction vars, multi-dimensional reduction vars | |
| 26 | +| [SYCL_INTEL_relax_standard_layout](RelaxStdLayout/SYCL_INTEL_relax_standard_layout.asciidoc) | Supported | | |
| 27 | +| [SYCL_INTEL_reqd_work_group_size](ReqdWorkGroupSize/SYCL_INTEL_reqd_work_group_size.asciidoc) | Supported(OpenCL: CPU, GPU) | | |
| 28 | +| [SPV_INTEL_function_pointers](SPIRV/SPV_INTEL_function_pointers.asciidoc) | Supported(OpenCL: CPU, GPU; HOST) | | |
| 29 | +| [SPV_INTEL_inline_assembly](SPIRV/SPV_INTEL_inline_assembly.asciidoc) | Supported(OpenCL: GPU) | | |
| 30 | +| [SYCL_INTEL_static_local_memory_query](StaticLocalMemoryQuery/SYCL_INTEL_static_local_memory_query.asciidoc) | Proposal | | |
| 31 | +| [SYCL_INTEL_sub_group_algorithms](SubGroupAlgorithms/SYCL_INTEL_sub_group_algorithms.asciidoc) | Partially supported(OpenCL: CPU, GPU) | Features from SYCL_INTEL_group_algorithms extended to sub-groups | |
| 32 | +| [Sub-groups for NDRange Parallelism](SubGroupNDRange/SubGroupNDRange.md) | Deprecated(OpenCL: CPU, GPU) | | |
| 33 | +| [Sub-groups](SubGroup/SYCL_INTEL_sub_group.asciidoc) | Supported(OpenCL) | | |
| 34 | +| [SYCL_INTEL_unnamed_kernel_lambda](UnnamedKernelLambda/SYCL_INTEL_unnamed_kernel_lambda.asciidoc) | Supported(OpenCL) | | |
| 35 | +| [Unified Shared Memory](USM/USM.adoc) | Supported(OpenCL) | | |
| 36 | + |
| 37 | +Legend: |
| 38 | + |
| 39 | +| Keyword | Meaning | |
| 40 | +|-------------|:------------| |
| 41 | +| Proposal | A document describing an extension is published, but the extension is not supported yet | |
| 42 | +| Supported | An extension is supported | |
| 43 | +| Partially supported | An extension is partially supported, see comments column for more info | |
| 44 | +| Deprecated | An extension is deprecated and can be removed in future versions | |
| 45 | +| (API: DeviceType1, DeviceType2) | An extension is supported when specific combination of API and device types are used. If device type or API are not mentioned then an extension is supported on any device type or API. API can be OpenCL, CUDA, HOST. DeviceType can be CPU, GPU, ACCELERATOR | |
| 46 | + |
| 47 | + |
| 48 | +See [User Manual](../UsersManual.md) to find information how to enable extensions. |
0 commit comments