@@ -341,7 +341,7 @@ The following table provides details of CMake options and their default values:
341341CMake invocation examples
342342##########################
343343
344- Build oneMKL with support for x86 CPU, Intel GPU, and Nvidia GPUs with tests
344+ Build oneMKL with support for Nvidia GPUs with tests
345345disabled using the Ninja build system:
346346
347347.. code-block :: bash
@@ -363,7 +363,7 @@ and Intel GPU (``MKLGPU``) backends are enabled by default, but are disabled
363363here. The backends for Nvidia GPUs must all be explicilty enabled. The tests are
364364disabled, but the examples will still be built.
365365
366- Building oneMKL with support x86 CPU, Intel GPU, and AMD GPUs with tests
366+ Building oneMKL with support for AMD GPUs with tests
367367disabled:
368368
369369.. code-block :: bash
@@ -401,7 +401,7 @@ GPU and Nvidia GPU with testing enabled:
401401 Note that this is not a supported configuration, and requires Codeplay's oneAPI
402402for `AMD <https://developer.codeplay.com/products/oneapi/amd/home/ >`_ and
403403`Nvidia <https://developer.codeplay.com/products/oneapi/nvidia/home/ >`_ GPU
404- plugins. Like the above example, the MKLCPU and MKLGPU backends are enabled by
404+ plugins. The MKLCPU and MKLGPU backends are enabled by
405405default, with backends for Nvidia GPU and AMD GPU explicitly enabled.
406406``-DTARGET_DOMAINS=dft `` causes only DFT backends to be built. If this was not
407407set, the backend libraries to enable the use of BLAS, LAPACK and RNG with MKLGPU
0 commit comments