Skip to content

Commit 8934dde

Browse files
authored
[SYCL][DOC] Fix links to old SubGroupMask doc (#5459)
These links were always broken because the extension used to be called "SubGroupMask", not "GroupMask". Fix these links, pointing to the new location of that extension after the rename in 2521592.
1 parent 678399a commit 8934dde

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sycl/ReleaseNotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Release notes for commit range 4fc5ebe..bd68232
2424
[88cfe16]
2525
- Added [SYCL_INTEL_bf16_conversion extension document](doc/extensions/experimental/SYCL_EXT_INTEL_BF16_CONVERSION.asciidoc)
2626
[9f8cc3af]
27-
- Align [SYCL_EXT_ONEAPI_GROUP_MASK extension](doc/extensions/GroupMask/GroupMask.asciidoc)
27+
- Align [SYCL_EXT_ONEAPI_GROUP_MASK extension](doc/extensions/supported/SYCL_EXT_ONEAPI_SUB_GROUP_MASK.asciidoc)
2828
with SYCL 2020 specification [a06bd1fb]
2929
- Added [documentation](doc/SYCLInstrumentationUsingXPTI.md) of XPTI related
3030
tracing in SYCL [1308fe7b]
@@ -1830,7 +1830,7 @@ Release notes for the commit range e8f1f29..ba404be
18301830
[SubGroupAlgorithms](doc/extensions/SubGroupAlgorithms/SYCL_INTEL_sub_group_algorithms.asciidoc)
18311831
[d9b178f]
18321832
- Added extension introducing group masks and ballot functionality:
1833-
[GroupMask](doc/extensions/GroupMask/SYCL_INTEL_group_mask.asciidoc)
1833+
[GroupMask](doc/extensions/supported/SYCL_EXT_ONEAPI_SUB_GROUP_MASK.asciidoc)
18341834
[d9b178f]
18351835
- The project has been renamed to "oneAPI DPC++ Compiler", all documentation
18361836
has been fixed accordingly [7a2e75e]

sycl/doc/extensions/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ DPC++ extensions status:
88
| Extension | Status | Comment |
99
|-------------|:------------|:------------|
1010
| [SYCL_INTEL_group_algorithms](GroupAlgorithms/SYCL_INTEL_group_algorithms.asciidoc) | Deprecated | |
11-
| [GroupMask](GroupMask/GroupMask.asciidoc) | Proposal | |
1211
| [Reductions for ND-Range Parallelism](Reduction/Reduction.md) | Partially supported(OpenCL: CPU, GPU; CUDA) | Not supported: multiple reduction vars, multi-dimensional reduction vars |
1312
| [SPV_INTEL_function_pointers](SPIRV/SPV_INTEL_function_pointers.asciidoc) | Supported(OpenCL: CPU, GPU; HOST) | |
1413
| [SPV_INTEL_inline_assembly](SPIRV/SPV_INTEL_inline_assembly.asciidoc) | Supported(OpenCL: GPU) | |

0 commit comments

Comments
 (0)