From 5db31225dfc767e1c73cb901088ebf506d6ef57a Mon Sep 17 00:00:00 2001 From: Vikram Sharma Date: Tue, 26 Mar 2024 15:01:15 -0500 Subject: [PATCH] Update README.md (12.3 is now released) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6d63bfe..d8247904 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This code base requires specific type of hardware and specific system configurat * Relatively new Linux kernel (ie. 5.x). * CMake 3.10 or newer and the _FindCUDA_ package for CMake * GCC version 5.4.0 or newer. Compiler must support C++11 and POSIX threads. -* CUDA 12.2 or newer +* CUDA 12.3 or newer * Nvidia driver (at least 440.33 or newer) * The kernel version we have tested is 5.8.x. A newer kernel like 6.x may not work with BaM as the kernel APIs have dramatically changed. * Kernel module symbols and headers for the Nvidia driver. The instructions for how to compile these symbols are given [below](#compiling-nvidia-driver-kernel-symbols).