Skip to content

Commit f21f741

Browse files
more hints
1 parent 947b872 commit f21f741

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/sources/oneapi-gpu.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Just like |sklearn|, the |sklearnex| can use configuration contexts and global o
9393

9494
In particular, the |sklearnex| allows an option ``target_offload`` which can be passed a SyCL device name like ``"gpu"`` indicating where the operations should be performed, moving the data to that device in the process if it's not already there; or a :obj:`dpctl.SyclQueue` object from an already-existing queue on a device.
9595

96+
.. hint:: If repeated operations are going to be performed on the same data (e.g. cross-validators, resamplers, missing data imputers, etc.), it's recommended to use the array API option instead - see the next section for details.
97+
9698
Example:
9799

98100
.. tabs::

0 commit comments

Comments
 (0)