From 903c840a8ca6bf5df172b6dfa38c7ebc09614643 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 25 Jul 2025 12:40:16 +0000 Subject: [PATCH] Update the README mentioning testing requires a compatible driver. --- Samples/7_libNVVM/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Samples/7_libNVVM/README.md b/Samples/7_libNVVM/README.md index fdeee769..cdabae0b 100644 --- a/Samples/7_libNVVM/README.md +++ b/Samples/7_libNVVM/README.md @@ -4,7 +4,9 @@ libNVVM and NVVM IR Samples Introduction ------------ -The following samples illustrate the use of libNVVM and NVVM IR. +The following samples illustrate the use of libNVVM and NVVM IR. Running and +testing these samples requires an NVIDIA driver compatible with the CUDA +Toolkit being used for compilation. - cuda-shared-memory - A directory containing NVVM IR programs that demonstrate CUDA 'shared' memory usage.