Skip to content

Commit 03e7142

Browse files
standardize references to sycl
1 parent eb729c5 commit 03e7142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sources/serialization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ Just like in |sklearn|, in order to ensure that deserialized models work correct
6767
Serialization of GPU models
6868
---------------------------
6969

70-
Be aware that if using the :ref:`target offload option <target_offload>` to fit models on GPU or on another SyCL device, upon deserialization of those models, the internal data behind them will be re-created on host (CPU), hence the deserialized models will become CPU/host ones and will not be able to make predictions on GPU data.
70+
Be aware that if using the :ref:`target offload option <target_offload>` to fit models on GPU or on another SYCL device, upon deserialization of those models, the internal data behind them will be re-created on host (CPU), hence the deserialized models will become CPU/host ones and will not be able to make predictions on GPU data.
7171

7272
If persistence of GPU-only models is desired, one can instead use :ref:`array API classes with GPU support <array_api>`, which might have a different logic for serialization that preserves the device.
7373

74-
Currently, the only array API library with SyCL support known to provide serializable GPU arrays is `PyTorch <https://docs.pytorch.org/docs/stable/notes/get_start_xpu.html>`__.
74+
Currently, the only array API library with SYCL support known to provide serializable GPU arrays is `PyTorch <https://docs.pytorch.org/docs/stable/notes/get_start_xpu.html>`__.
7575

7676
.. warning:: If serialization of models is desired, avoid usage of |dpnp| GPU arrays as they are not serilizable.
7777

0 commit comments

Comments
 (0)