Skip to content

Commit

Permalink
Improve consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jul 11, 2022
1 parent ed344a1 commit 0909be1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,35 +33,35 @@ Device Backends
- Default

* - ``Kokkos_ENABLE_CUDA``
- To build CUDA backend
- Enable CUDA backend
- ``OFF``

* - ``Kokkos_ENABLE_OPENMP``
- To build OpenMP backend
- Enable OpenMP backend
- ``OFF``

* - ``Kokkos_ENABLE_THREADS``
- To build C++ Threads backend
- Enable C++ Threads backend
- ``OFF``

* - ``Kokkos_ENABLE_SERIAL``
- To build serial backend
- Enable serial backend
- ``ON``

* - ``Kokkos_ENABLE_HIP``
- To build HIP backend
- Enable HIP backend
- ``OFF``

* - ``Kokkos_ENABLE_OPENMPTARGET``
- :red:`[Experimental]` To build the OpenMP target backend
- :red:`[Experimental]` Enable the OpenMP target backend
- ``OFF``

* - ``Kokkos_ENABLE_SYCL``
- :red:`[Experimental]` To build SYCL backend
- :red:`[Experimental]` Enable SYCL backend
- ``OFF``

* - ``Kokkos_ENABLE_HPX``
- :red:`[Experimental]` To build HPX backend
- :red:`[Experimental]` Enable HPX backend
- ``OFF``


Expand Down Expand Up @@ -194,19 +194,19 @@ The following options control enabling TPLs:
* ``OFF``
* * ``Kokkos_ENABLE_HWLOC``
* Whether to enable the HWLOC library
* ``Off``
* ``OFF``
* * ``Kokkos_ENABLE_LIBNUMA``
* Whether to enable the LIBNUMA library
* ``Off``
* ``OFF``
* * ``Kokkos_ENABLE_MEMKIND``
* Whether to enable the MEMKIND library
* ``Off``
* ``OFF``
* * ``Kokkos_ENABLE_LIBDL``
* Whether to enable the LIBDL library
* ``On``
* ``ON``
* * ``Kokkos_ENABLE_LIBRT``
* Whether to enable the LIBRT library
* ``Off``
* ``OFF``

The following options control finding and configuring non-CMake TPLs:

Expand Down

0 comments on commit 0909be1

Please sign in to comment.