diff --git a/docs/selecting_a_compiler.rst b/docs/selecting_a_compiler.rst index 8eced2e69..485d0d151 100644 --- a/docs/selecting_a_compiler.rst +++ b/docs/selecting_a_compiler.rst @@ -9,7 +9,7 @@ application. * If your application requires Intel GPU, use `Intel(R) oneAPI DPC++ Compiler `_ ``icpx`` on Linux or ``icx`` on Windows. * If your Linux application requires NVIDIA GPU, build ``clang++`` from the latest source of - `oneAPI DPC++ Compiler `_ with `support for NVIDIA CUDA `_ or use ``AdaptiveCpp`` from the `AdaptiveCpp repository `_ (except for LAPACK domain). + `oneAPI DPC++ Compiler `_ with `support for NVIDIA CUDA `_ or use ``AdaptiveCpp`` from the `AdaptiveCpp repository `_ (except for LAPACK or DFT domains). * If your Linux application requires AMD GPU, build ``clang++`` from the latest source of `oneAPI DPC++ Compiler `_ with `support for HIP AMD `_ or use ``AdaptiveCpp``. * If no Intel GPU, NVIDIA GPU, or AMD GPU is required, on Linux you can use `Intel(R) oneAPI DPC++ Compiler `_