From a6a78e36e58f940d52a67e34e68e1c78a864acf0 Mon Sep 17 00:00:00 2001 From: Luc Berger-Vergiat Date: Wed, 13 Nov 2024 11:28:52 -0700 Subject: [PATCH 1/2] 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 --- docs/source/known-issues.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/known-issues.rst b/docs/source/known-issues.rst index 21b61dc17..b573d488c 100644 --- a/docs/source/known-issues.rst +++ b/docs/source/known-issues.rst @@ -28,6 +28,8 @@ CUDA Therefore, from version 4.5, the default behavior for Kokkos is to preventively disable `cudaMallocAsync.` +- 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 `_. + HIP === From f440290d0ab6302eb7ab3cc20d1307a9a3295616 Mon Sep 17 00:00:00 2001 From: Christian Trott Date: Wed, 27 Nov 2024 10:35:42 -0700 Subject: [PATCH 2/2] Update docs/source/known-issues.rst --- docs/source/known-issues.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/known-issues.rst b/docs/source/known-issues.rst index b573d488c..a482d499d 100644 --- a/docs/source/known-issues.rst +++ b/docs/source/known-issues.rst @@ -28,7 +28,7 @@ CUDA Therefore, from version 4.5, the default behavior for Kokkos is to preventively disable `cudaMallocAsync.` -- 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 `_. +- 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 `_. HIP