diff --git a/docs/intro/building.rst b/docs/intro/building.rst index e9b19079..30d256f6 100644 --- a/docs/intro/building.rst +++ b/docs/intro/building.rst @@ -108,43 +108,35 @@ If CMake fails to find a backend FFT library, see :doc:`How to find fft librarie We may support experimental backends like ``OPENMPTARGET`` in the future. .. list-table:: ``Host backend`` - :widths: 25 25 25 25 + :widths: 25 50 25 :header-rows: 1 * - CMake option - Description - Backend FFT library - - Default * - ``Kokkos_ENABLE_SERIAL`` - Serial backend targeting CPUs - ``fftw (Serial)`` - - OFF * - ``Kokkos_ENABLE_THREADS`` - C++ threads backend targeting CPUs - ``fftw (Threads)`` - - OFF * - ``Kokkos_ENABLE_OPENMP`` - OpenMP backend targeting CPUs - ``fftw (OpenMP)`` - - OFF .. list-table:: ``Device backend`` - :widths: 25 25 25 25 + :widths: 25 50 25 :header-rows: 1 * - CMake option - Description - Backend FFT library - - Default * - ``Kokkos_ENABLE_CUDA`` - CUDA backend targeting NVIDIA GPUs - ``cufft`` - - OFF * - ``Kokkos_ENABLE_HIP`` - HIP backend targeting AMD GPUs - ``hipfft`` - - OFF * - ``Kokkos_ENABLE_SYCL`` - SYCL backend targeting Intel GPUs - - ``oneMKL`` - - OFF \ No newline at end of file + - ``oneMKL`` \ No newline at end of file