From 67044d0dc418f271c2728c876342ab3cb52e22c6 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Wed, 17 Dec 2025 14:40:42 +0100 Subject: [PATCH] README updates --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea665a9a..063b0d3b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,15 @@ The main reference for the serial sparse BLAS is: - `--enable-cuda` to compile CUDA-enabled methods - `--with-cudadir=` to specify the CUDA toolkit location - `--with-cudacc=XX,YY,ZZ` to specify a list of target CCs (compute - capabilities). + capabilities). + CUDA versions have specific compatibility requirements; + for instance: + - CUDA version 11.8 supports GNU compilers up to version 11 + - CUDA version 12.3 supports GNU compilers up to version 12 + - CUDA versions 12.3 through 12.6 support GNU compilers up to version 13 + - CUDA versions 12.8 and 12.9 support GNU compilers up to version 14 + - CUDA version 13.0 supports GNU compilers up to version 15 + For further information please refer to the CUDA documentation. The configure script will generate a `Make.inc` file suitable for building the library. The script is capable of recognizing the needed libraries