From d8145ad6f3cd43b0cb9753171fa96caff561cd7f Mon Sep 17 00:00:00 2001 From: Georg Date: Fri, 13 Jan 2023 10:40:17 -0800 Subject: [PATCH] dummy commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7fc4331..79a2924c 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,4 @@ the default for `CMAKE_CUDA_ARCHITECTURES` depends on the cmake version you are for all CUDA architectures. - **3.16 <= cmake version < 3.23**: If you are using cmake < 3.23, then the default of `CMAKE_CUDA_ARCHITECTURES` is set to the architecture that is present on your system. **This means that if you are compiling on a system without physical CUDA GPU and using cmake < v3.23, you have to set it manually**, e.g. via `-DCMAKE_CUDA_ARCHITECTURES=75`. +