Skip to content

Commit af1d009

Browse files
hjabirdnormallytangent
authored andcommitted
[Docs] Fix errors in example prose (#526)
* Docs incorrectly state that the example builds for Intel, contradicting itself later on. * This error is corrected.
1 parent ca9c045 commit af1d009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/building_the_project_with_dpcpp.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ The following table provides details of CMake options and their default values:
341341
CMake 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
345345
disabled 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
363363
here. The backends for Nvidia GPUs must all be explicilty enabled. The tests are
364364
disabled, 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
367367
disabled:
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
402402
for `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
405405
default, 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
407407
set, the backend libraries to enable the use of BLAS, LAPACK and RNG with MKLGPU

0 commit comments

Comments
 (0)