From ef1cc4b321803edd39b677a680a97d22c25b792f Mon Sep 17 00:00:00 2001 From: sfilippone Date: Fri, 15 Nov 2024 17:48:11 +0100 Subject: [PATCH] Update CUDA description in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62485d14..952029de 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ prerequisites (see also SERIAL below): We use the C interface to AMD. 5. If you have CUDA available, use - --with-cuda= to specify the CUDA toolkit location + --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) to compile the CUDA code for.