Skip to content

Commit 947b872

Browse files
more links
1 parent 5db1c51 commit 947b872

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/sources/algorithms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Supported Algorithms
2121

2222
.. note::
2323
To verify that oneDAL is being used for these algorithms, you can enable verbose mode.
24-
See :ref:`verbose mode documentation <verbose>` for details.
24+
See :ref:`verbose` for details.
2525

2626
Applying |sklearnex| impacts the following |sklearn| estimators:
2727

doc/sources/oneapi-gpu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The device used for computations can be easily controlled through the ``target_o
2828

2929
For finer-grained controlled (e.g. operating on arrays that are already in a given device's memory), it can also interact with on-device :ref:`array API classes <array_api>` like |dpnp_array|, and with SyCL-related objects from package |dpctl| such as :obj:`dpctl.SyclQueue`.
3030

31-
.. Note:: Note that not every operation from every estimator is supported on GPU - see the :ref:`GPU support table <sklearn_algorithms_gpu>` for more information.
31+
.. Note:: Note that not every operation from every estimator is supported on GPU - see the :ref:`GPU support table <sklearn_algorithms_gpu>` for more information. See also :ref:`verbose` to verify where computations are performed.
3232

3333
.. important:: Be aware that GPU usage requires non-Python dependencies on your system, such as the `Intel(R) Compute Runtime <https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-dpcpp-system-requirements.html>`_ (see below).
3434

0 commit comments

Comments
 (0)