Skip to content

Commit a6a78e3

Browse files
committed
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]>
1 parent eca4fb5 commit a6a78e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/known-issues.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ CUDA
2828

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

31+
- cuda 11.0 and 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>`_.
32+
3133

3234
HIP
3335
===

0 commit comments

Comments
 (0)