Update the README mentioning testing requires a compatible driver.

This commit is contained in:
Matt Davis 2025-07-25 12:40:16 +00:00
parent 24e7c5b428
commit 903c840a8c

View File

@ -4,7 +4,9 @@ libNVVM and NVVM IR Samples
Introduction 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 - A directory containing NVVM IR programs that demonstrate
CUDA 'shared' memory usage. CUDA 'shared' memory usage.