diff --git a/doc/sources/oneapi-gpu.rst b/doc/sources/oneapi-gpu.rst index f9808f97e46..da14ce15b56 100644 --- a/doc/sources/oneapi-gpu.rst +++ b/doc/sources/oneapi-gpu.rst @@ -27,19 +27,35 @@ implements core oneAPI concepts like queues and devices. Prerequisites ------------- -For execution on GPU, DPC++ compiler runtime and driver are required. Refer to `DPC++ system +For execution on GPU, DPC++ compiler runtime and driver are required, as well as Python package ``dpctl``. Refer to `DPC++ system requirements `_ for details. -DPC++ compiler runtime can be installed either from PyPI or Anaconda: +DPC++ compiler runtime can be installed either from PyPI or Conda: - Install from PyPI:: pip install dpcpp-cpp-rt -- Install using Conda via the Intel repository:: +- Install using Conda from Intel's repository:: conda install dpcpp_cpp_rt -c https://software.repos.intel.com/python/conda/ +- Install using Conda from the conda-forge channel:: + + conda install dpcpp_cpp_rt -c conda-forge + +Likewise for ``dpctl``: + +- Install from PyPI:: + + pip install dpctl + +- Install using Conda from Intel's repository:: + + conda install dpctl -c https://software.repos.intel.com/python/conda/ + +*(Package dpctl is not yet available in conda-forge)* + Device offloading ----------------- diff --git a/doc/sources/quick-start.rst b/doc/sources/quick-start.rst index 084039f3212..1f18d504cbb 100644 --- a/doc/sources/quick-start.rst +++ b/doc/sources/quick-start.rst @@ -211,6 +211,8 @@ To install |intelex|, run: - [CPU, GPU] +Note: running on GPU requires additional dependencies, see :ref:`oneapi-gpu`. + Install from Anaconda* Cloud ******************************************** @@ -305,6 +307,7 @@ To prevent version conflicts, we recommend installing `scikit-learn-intelex` int - [CPU] +Note: running on GPU requires additional dependencies, see :ref:`oneapi-gpu`. Build from Sources **********************