Skip to content

Commit f8a7af4

Browse files
authored
Update release documentation with #2649 and apply edits from review (#2678)
1 parent b1e201e commit f8a7af4

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

documentation/_auxiliary/common_cross_document_links.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
.. |onedpl_library_guide| replace:: :doc:`oneAPI DPC++ Library Guide </library_guide/introduction>`
1+
.. |onedpl_library_guide| replace:: oneAPI DPC++ Library Guide
2+
.. _onedpl_library_guide: https://www.intel.com/content/www/us/en/docs/onedpl/developer-guide/2022.12.0/overview.html
23

3-
.. |onedpl_requirements| replace:: :ref:`oneDPL System Requirements <library-requirements>`
4+
.. |onedpl_requirements| replace:: oneDPL System Requirements
5+
.. _onedpl_requirements: https://www.intel.com/content/www/us/en/docs/onedpl/developer-guide/2022.12.0/intel-oneapi-dpc-library-introduction.html
46

57
.. |onedpl_specification| replace:: oneDPL Specification
68
.. _onedpl_specification: https://uxlfoundation.github.io/oneDPL/specification/index.html

documentation/get_started/onedpl_gsg.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ page for:
2525
* Fixed Issues
2626
* Known Issues and Limitations
2727

28-
Install the `Intel® oneAPI Base Toolkit (Base Kit) <https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html>`_
28+
Install the `Intel® oneAPI Toolkit <https://www.intel.com/content/www/us/en/developer/tools/oneapi/oneapi-toolkit-download.html>`_
2929
to use |onedpl_short|.
3030

31-
Additionally, to use |onedpl_short| and other Base Kit components on non-Intel GPUs install either the
31+
Additionally, to use |onedpl_short| and other oneAPI Toolkit components on non-Intel GPUs install either the
3232
`oneAPI for NVIDIA® GPUs plugin <https://developer.codeplay.com/products/oneapi/nvidia/home/>`_ or the
3333
`oneAPI for AMD GPUs plugin <https://developer.codeplay.com/products/oneapi/amd/home/>`_.
3434

documentation/library_guide/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ page for:
2323
* Known Issues and Limitations
2424
* Previous Release Notes
2525

26-
Install the `Intel® oneAPI Base Toolkit (Base Kit) <https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html>`_
26+
Install the `Intel® oneAPI Toolkit <https://www.intel.com/content/www/us/en/developer/tools/oneapi/oneapi-toolkit.html>`_
2727
to use |onedpl_short|.
2828

2929
.. _library-requirements:
@@ -203,7 +203,7 @@ Known Limitations
203203
As a result, customizations targeting ``std::ranges::iter_swap`` will not be respected.
204204
* Passing rvalue views to ``ranges::zip_view`` requires standard library support for views with ownership (P2415R2).
205205
This can be detected using the ``__cpp_lib_ranges`` feature macro (value ``202110L`` or higher).
206-
- Incorrect results may be produced by ``exclusive_scan``, ``inclusive_scan``, ``transform_exclusive_scan``,
206+
* Incorrect results may be produced by ``exclusive_scan``, ``inclusive_scan``, ``transform_exclusive_scan``,
207207
``transform_inclusive_scan``, ``exclusive_scan_by_segment``, ``inclusive_scan_by_segment``, ``reduce_by_segment``
208208
with ``unseq`` or ``par_unseq`` policy when compiled by Intel® oneAPI DPC++/C++ Compiler 2024.1 or earlier
209209
with ``-fiopenmp``, ``-fiopenmp-simd``, ``-qopenmp``, ``-qopenmp-simd`` options on Linux.

0 commit comments

Comments
 (0)