From fb23591aeff1fe308ce35bfce7754605c0859802 Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk <21087696+oleksandr-pavlyk@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:42:30 -0500 Subject: [PATCH] Fixed missing space in README --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index bd812f5..4bcdf92 100644 --- a/python/README.md +++ b/python/README.md @@ -16,7 +16,7 @@ conda activate build_env ### Ensure CUDA compiler Since building `NVBench` library requires CUDA compiler, ensure that appropriate environment variables -are set. For example, assuming CUDA toolkit is installedsystem-wide, and assuming Ampere GPU architecture: +are set. For example, assuming CUDA toolkit is installed system-wide, and assuming Ampere GPU architecture: ```bash export CUDACXX=/usr/local/cuda/bin/nvcc