From 8189cd8d5d8e9654e5b501057237cfe58d8b85ca Mon Sep 17 00:00:00 2001 From: Snosixtyboo <40643808+Snosixtyboo@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:59:19 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1bcefe..8bc0ec7 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc ### Software Requirements - Conda (recommended for easy setup) - C++ Compiler for PyTorch extensions (we used Visual Studio 2019 for Windows) -- CUDA SDK 11 for PyTorch extensions (we used 11.8, **known issues with 11.6**) +- CUDA SDK 11 for PyTorch extensions, install *after* Visual Studio (we used 11.8, **known issues with 11.6**) - C++ Compiler and CUDA SDK must be compatible ### Setup @@ -291,7 +291,7 @@ We provide two interactive viewers for our method: remote and real-time. Our vie ### Software Requirements - Visual Studio or g++, **not Clang** (we used Visual Studio 2019 for Windows) -- CUDA SDK 11 (we used 11.8) +- CUDA SDK 11, install *after* Visual Studio (we used 11.8) - CMake (recent version, we used 3.24) - 7zip (only on Windows)