From 975f2d2d6ff89303af31f66b385abd2066f12c25 Mon Sep 17 00:00:00 2001 From: Hugh Bird Date: Thu, 4 Jul 2024 11:56:52 +0100 Subject: [PATCH] [Docs] Fix errors in example prose * Docs incorrectly state that the example with build for Intel, contradicting itself later on. * This error is corrected. --- docs/building_the_project_with_dpcpp.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/building_the_project_with_dpcpp.rst b/docs/building_the_project_with_dpcpp.rst index 6df17f46d..365028237 100644 --- a/docs/building_the_project_with_dpcpp.rst +++ b/docs/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