Skip to content

Commit

Permalink
[docs] remove default from Kokkos options
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Feb 20, 2024
1 parent be9a58c commit aa3fd5d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions docs/intro/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
- ``oneMKL``

0 comments on commit aa3fd5d

Please sign in to comment.