Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sycl/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Release notes for commit range 4fc5ebe..bd68232
[88cfe16]
- Added [SYCL_INTEL_bf16_conversion extension document](doc/extensions/experimental/SYCL_EXT_INTEL_BF16_CONVERSION.asciidoc)
[9f8cc3af]
- Align [SYCL_EXT_ONEAPI_GROUP_MASK extension](doc/extensions/GroupMask/GroupMask.asciidoc)
- Align [SYCL_EXT_ONEAPI_GROUP_MASK extension](doc/extensions/supported/SYCL_EXT_ONEAPI_SUB_GROUP_MASK.asciidoc)
with SYCL 2020 specification [a06bd1fb]
- Added [documentation](doc/SYCLInstrumentationUsingXPTI.md) of XPTI related
tracing in SYCL [1308fe7b]
Expand Down Expand Up @@ -1830,7 +1830,7 @@ Release notes for the commit range e8f1f29..ba404be
[SubGroupAlgorithms](doc/extensions/SubGroupAlgorithms/SYCL_INTEL_sub_group_algorithms.asciidoc)
[d9b178f]
- Added extension introducing group masks and ballot functionality:
[GroupMask](doc/extensions/GroupMask/SYCL_INTEL_group_mask.asciidoc)
[GroupMask](doc/extensions/supported/SYCL_EXT_ONEAPI_SUB_GROUP_MASK.asciidoc)
[d9b178f]
- The project has been renamed to "oneAPI DPC++ Compiler", all documentation
has been fixed accordingly [7a2e75e]
Expand Down
1 change: 0 additions & 1 deletion sycl/doc/extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ DPC++ extensions status:
| Extension | Status | Comment |
|-------------|:------------|:------------|
| [SYCL_INTEL_group_algorithms](GroupAlgorithms/SYCL_INTEL_group_algorithms.asciidoc) | Deprecated | |
| [GroupMask](GroupMask/GroupMask.asciidoc) | Proposal | |
| [Reductions for ND-Range Parallelism](Reduction/Reduction.md) | Partially supported(OpenCL: CPU, GPU; CUDA) | Not supported: multiple reduction vars, multi-dimensional reduction vars |
| [SPV_INTEL_function_pointers](SPIRV/SPV_INTEL_function_pointers.asciidoc) | Supported(OpenCL: CPU, GPU; HOST) | |
| [SPV_INTEL_inline_assembly](SPIRV/SPV_INTEL_inline_assembly.asciidoc) | Supported(OpenCL: GPU) | |
Expand Down