From b6ed790c0e6bc045fe1eef02a922c8922d44e971 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:51:17 -0400 Subject: [PATCH] Update docs/src/gpu.md Co-authored-by: tmigot --- docs/src/gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/gpu.md b/docs/src/gpu.md index 3307790b1..d88771748 100644 --- a/docs/src/gpu.md +++ b/docs/src/gpu.md @@ -145,7 +145,7 @@ end ``` !!! note - The `CUSPARSE` library of CUDA toolkits `v"12.x"` has some bugs. We recommend to use an older CUDA toolkit with `CUDA.set_runtime_version!(v"11.8")`. + The `CUSPARSE` library of CUDA toolkits `v"12.x"` is unstable. We recommend using CUDA toolkit v"11.8" with `CUDA.set_runtime_version!(v"11.8")`. ## AMD GPUs