diff --git a/_sources/building_the_project_with_dpcpp.rst b/_sources/building_the_project_with_dpcpp.rst index 6df17f46d..365028237 100644 --- a/_sources/building_the_project_with_dpcpp.rst +++ b/_sources/building_the_project_with_dpcpp.rst @@ -341,7 +341,7 @@ The following table provides details of CMake options and their default values: CMake invocation examples ########################## -Build oneMKL with support for x86 CPU, Intel GPU, and Nvidia GPUs with tests +Build oneMKL with support for Nvidia GPUs with tests disabled using the Ninja build system: .. code-block:: bash @@ -363,7 +363,7 @@ and Intel GPU (``MKLGPU``) backends are enabled by default, but are disabled here. The backends for Nvidia GPUs must all be explicilty enabled. The tests are disabled, but the examples will still be built. -Building oneMKL with support x86 CPU, Intel GPU, and AMD GPUs with tests +Building oneMKL with support for AMD GPUs with tests disabled: .. code-block:: bash @@ -401,7 +401,7 @@ GPU and Nvidia GPU with testing enabled: Note that this is not a supported configuration, and requires Codeplay's oneAPI for `AMD `_ and `Nvidia `_ GPU -plugins. Like the above example, the MKLCPU and MKLGPU backends are enabled by +plugins. The MKLCPU and MKLGPU backends are enabled by default, with backends for Nvidia GPU and AMD GPU explicitly enabled. ``-DTARGET_DOMAINS=dft`` causes only DFT backends to be built. If this was not set, the backend libraries to enable the use of BLAS, LAPACK and RNG with MKLGPU diff --git a/building_the_project_with_dpcpp.html b/building_the_project_with_dpcpp.html index 5ea3b9c03..a69dd0fc4 100644 --- a/building_the_project_with_dpcpp.html +++ b/building_the_project_with_dpcpp.html @@ -868,7 +868,7 @@

Backends

CMake invocation examples#

-

Build oneMKL with support for x86 CPU, Intel GPU, and Nvidia GPUs with tests +

Build oneMKL with support for Nvidia GPUs with tests disabled using the Ninja build system:

cmake $ONEMKL_DIR \
     -GNinja \
@@ -887,7 +887,7 @@ 

Backends and Intel GPU (MKLGPU) backends are enabled by default, but are disabled here. The backends for Nvidia GPUs must all be explicilty enabled. The tests are disabled, but the examples will still be built.

-

Building oneMKL with support x86 CPU, Intel GPU, and AMD GPUs with tests +

Building oneMKL with support for AMD GPUs with tests disabled:

cmake $ONEMKL_DIR \
     -DCMAKE_CXX_COMPILER=clang++ \
@@ -919,7 +919,7 @@ 

Backends

Note that this is not a supported configuration, and requires Codeplay’s oneAPI for AMD and Nvidia GPU -plugins. Like the above example, the MKLCPU and MKLGPU backends are enabled by +plugins. The MKLCPU and MKLGPU backends are enabled by default, with backends for Nvidia GPU and AMD GPU explicitly enabled. -DTARGET_DOMAINS=dft causes only DFT backends to be built. If this was not set, the backend libraries to enable the use of BLAS, LAPACK and RNG with MKLGPU