From 0af5afb045a907c15d2fc8901fbc2cb4f2761ccb Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Fri, 6 Dec 2024 12:36:02 -0500 Subject: [PATCH] Skip gtests for new lanczos solver when CUDA version is 11.4 or below. (#2520) Medium- to longer term, we plan to fix this issue (ref: https://github.com/rapidsai/raft/issues/2519). --- cpp/test/sparse/solver/lanczos.cu | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cpp/test/sparse/solver/lanczos.cu b/cpp/test/sparse/solver/lanczos.cu index 74611a1fd8..6e349627b2 100644 --- a/cpp/test/sparse/solver/lanczos.cu +++ b/cpp/test/sparse/solver/lanczos.cu @@ -36,6 +36,7 @@ #include #include +#include #include #include @@ -265,6 +266,18 @@ class lanczos_tests : public ::testing::TestWithParam(handle, rng, v0.view(), 0, 1); std::tuple stats;