From e2614b58ecb2cbc2746f59ef92ce0b636816276c Mon Sep 17 00:00:00 2001 From: Dragan Djuric Date: Thu, 22 Feb 2024 11:36:48 +0100 Subject: [PATCH] Typo. --- articles/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/getting_started.md b/articles/getting_started.md index b2cdeef..89b278f 100644 --- a/articles/getting_started.md +++ b/articles/getting_started.md @@ -34,7 +34,7 @@ ClojureCUDA currently works out of the box on Linux and Windows, while Nvidia do ### Install CUDA Toolkit (LEGACY) -** This is only required for old ClojureCUDA versions (0.17.0 and older). For 0.18.0 and up, you only need to have recent Nvidia GPU drivers installed on your system.** +**This is only required for old ClojureCUDA versions (0.17.0 and older). For 0.18.0 and up, you only need to have recent Nvidia GPU drivers installed on your system.** To use ClojureCUDA, you must have an Nvidia GPU, and install appropriate GPU drivers. If you need to create your own CUDA kernels (you most probably do), you also need CUDA Toolkit. You can download both the drivers and the toolkit as one bundle from [Nvidia's CUDA Toolkit page](https://developer.nvidia.com/cuda-toolkit). *Please note that ClojureCUDA requires a minimal CUDA version, which is currently `11.0`, and prefers the latest CUDA (currently `11.4`) so make sure that you have recently updated your drivers and the toolkit.* If you use older drivers, some things might work, but some might not.