Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
felker committed Sep 26, 2024
1 parent 4213e00 commit e0fc4db
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/source/keywords.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,21 +228,23 @@ Backend-specific options
* Disable atomics when no host parallel nor device backend is enabled for Serial only builds (since Kokkos 4.3)
* ``OFF``
* * ``Kokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC``
* Enable ``cudaMallocAsync`` (requires CUDA Toolkit version 11.2 or higher). This optimization may
improve performance in applications with multiple CUDA streams per device, but it
is known to be incompatible with MPI distributions built on older versions of UCX
and many Cray MPICH instances. See `known issues <known-issues.rst#cuda>`_.
* Enable ``cudaMallocAsync`` (requires CUDA Toolkit version 11.2 or higher). This
optimization may improve performance in applications with multiple CUDA streams per device, but it
is known to be incompatible with MPI distributions built on older versions of UCX
and many Cray MPICH instances. See `known issues <known-issues.html#cuda>`_.
* ``ON``

* * ``Kokkos_ENABLE_IMPL_HPX_ASYNC_DISPATCH``
* Enable asynchronous dispatch for the HPX backend
* ``ON``


``Kokkos_ENABLE_CUDA_LAMBDA`` default value is ``OFF`` until 3.7 and ``ON`` since 4.0

``Kokkos_ENABLE_IMPL_CUDA_MALLOC_ASYNC`` default value is ``OFF`` until 4.2, and ``ON`` until 4.5



Development
-----------
These are intended for developers of Kokkos. If you are a user, you probably
Expand Down

0 comments on commit e0fc4db

Please sign in to comment.