Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL][Doc] Fix remaining document link issues in release notes #8267

Merged
merged 2 commits into from
Feb 9, 2023
Merged
Changes from 1 commit
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
Next Next commit
[SYCL][Doc] Fix remaining document link issues in release notes
  • Loading branch information
sergey-semenov committed Feb 9, 2023
commit 0f03943b2c696384d569deba1de754dbe0983493
6 changes: 3 additions & 3 deletions sycl/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ but can only be used if there are no cross-object dependencies. [f884993d]
- Added support for per-aspect device code split mode. [9a2c4fe5]
- Extended support for the large GRF mode to non-ESIMD kernels. [9994934b]
[ab2a42c6]
- Implemented the [`sycl_ext_intel_device_architecture`](doc/extensions/experimental/sycl_ext_oneapi_device_architecture.asciidoc)
- Implemented the [`sycl_ext_oneapi_device_architecture`](doc/extensions/experimental/sycl_ext_oneapi_device_architecture.asciidoc)
extension. [0e32a28d] [b59d93cc] [5bd5c871] [e5de913f]
- Implemented the [`sycl_ext_oneapi_kernel_properties`](doc/extensions/experimental/sycl_ext_oneapi_kernel_properties.asciidoc)
experimental extension. [332e4ee0] [27454de6] [70ee3d56] [430c7221]
Expand Down Expand Up @@ -91,7 +91,7 @@ enviornment variable. [bd03e0d3]
extension specification. [7f2b17ed]
- Added the [`sycl_ext_oneapi_memcpy2d`](doc/extensions/supported/sycl_ext_oneapi_memcpy2d.asciidoc)
extension specification. [296e9c3a]
- Added the [`sycl_ext_oneapi_user_defined_reductions`](doc/extensions/experimental/sycl_ext_oneapi_group_sort.asciidoc)
- Added the [`sycl_ext_oneapi_user_defined_reductions`](doc/extensions/proposed/sycl_ext_oneapi_user_defined_reductions.asciidoc)
Copy link
Contributor

@dm-vodopyanov dm-vodopyanov Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it should be fixed, because commit merged yesterday, but now this doc is in doc/extensions/experimental

#7850

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The links are bound to get outdated at some point, but since I'm touching these anyways, makes sense to me to update them.

extension specification. [cd4fd8c7]
- Added the [`sycl_ext_oneapi_weak_object`](doc/extensions/supported/sycl_ext_oneapi_weak_object.asciidoc)
extension specification. [d9484274]
Expand Down Expand Up @@ -171,7 +171,7 @@ extension to use SYCL 2020 style selectors. [04176516]
- Updated the [`sycl_ext_intel_fpga_kernel_interface_properties`](doc/extensions/proposed/sycl_ext_intel_fpga_kernel_interface_properties.asciidoc)
extension proposal to allow the compiler to determine the initiation interval.
[1a1fd8d1]
- Updated the [`sycl_ext_usm_address_spaces`](doc/extensions/supported/sycl_ext_intel_usm_address_spaces.asciidoc)
- Updated the [`sycl_ext_intel_usm_address_spaces`](doc/extensions/supported/sycl_ext_intel_usm_address_spaces.asciidoc)
extension to adhere to SYCL 2020 `multi_ptr`. [4a9e9a0e]
- Added a new matrix use parameter to `joint_matrix` from the
[`sycl_ext_oneapi_matrix`](doc/extensions/experimental/sycl_ext_oneapi_matrix/sycl_ext_oneapi_matrix.asciidoc)
Expand Down