Skip to content

Commit 28ffda1

Browse files
authored
[SYCL] Remove doc [[intel::reqd_work_group_size]] (#5387)
This extension document describes an old form of the C++ attribute `[[intel::reqd_work_group_size]]`, which is in the `intel` namespace. This attribute has been adopted into SYCL 2020 in the `sycl` namespace, and the compiler does not even recognize the form in the `intel` namespace. There is, therefore, no need to keep this old extension document.
1 parent 2930a94 commit 28ffda1

File tree

3 files changed

+0
-126
lines changed

3 files changed

+0
-126
lines changed

sycl/doc/extensions/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ DPC++ extensions status:
2424
| [Queue Shortcuts](QueueShortcuts/QueueShortcuts.adoc) | Supported | |
2525
| [Reductions for ND-Range Parallelism](Reduction/Reduction.md) | Partially supported(OpenCL: CPU, GPU; CUDA) | Not supported: multiple reduction vars, multi-dimensional reduction vars |
2626
| [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) | |
2827
| [SPV_INTEL_function_pointers](SPIRV/SPV_INTEL_function_pointers.asciidoc) | Supported(OpenCL: CPU, GPU; HOST) | |
2928
| [SPV_INTEL_inline_assembly](SPIRV/SPV_INTEL_inline_assembly.asciidoc) | Supported(OpenCL: GPU) | |
3029
| [LocalMemory](LocalMemory/LocalMemory.asciidoc) | Supported(OpenCL; CUDA) | Revision 1 of the spec is fully supported, future revisions are expected to expand the functionality |

sycl/doc/extensions/ReqdWorkGroupSize/README.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

sycl/doc/extensions/ReqdWorkGroupSize/SYCL_INTEL_reqd_work_group_size.asciidoc

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)