Skip to content

Commit

Permalink
known-issues: cuda 11.x with modern glibc and CMake (#604)
Browse files Browse the repository at this point in the history
* known-issues: cuda 11.x with modern glibc and CMake

Keeping track of the know incompatibility in the toolchain.

Signed-off-by: Luc Berger-Vergiat <[email protected]>

* Update docs/source/known-issues.rst

---------

Signed-off-by: Luc Berger-Vergiat <[email protected]>
Co-authored-by: Christian Trott <[email protected]>
  • Loading branch information
lucbv and crtrott authored Dec 2, 2024
1 parent c7595a9 commit 777cdc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/known-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ CUDA

Therefore, from version 4.5, the default behavior for Kokkos is to preventively disable `cudaMallocAsync.`

- CUDA 11.0 through 11.2 are not compatible with glibc 2.34 librt stubs. That issue is related to how the CMake package handles linking with librt. For more information please look at issue `#7512 <https://github.com/kokkos/kokkos/issues/7512>`_.


HIP
===
Expand Down

0 comments on commit 777cdc8

Please sign in to comment.