From d0378eca90424f03c786541247c81f3f01bc0b2f Mon Sep 17 00:00:00 2001 From: bkerbl Date: Tue, 11 Jul 2023 20:05:11 +0200 Subject: [PATCH] Mention 11.6 trouble --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4632d35..b500b4a 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ 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 *recommend* Visual Studio 2019 for Windows) -- CUDA 11 SDK for PyTorch extensions (we used 11.8) +- C++ Compiler for PyTorch extensions (we used Visual Studio 2019 for Windows) +- CUDA SDK 11.7+ for PyTorch extensions (we used 11.8, known issues with 11.6) - C++ Compiler and CUDA SDK must be compatible ### Setup @@ -269,8 +269,8 @@ We provide two interactive iewers for our method: remote and real-time. Our view - CUDA-ready GPU with Compute Capability 7.0+ (only for Real-Time Viewer) ### Software Requirements -- C++ Compiler (we *recommend* Visual Studio 2019 for Windows) -- CUDA 11 Developer SDK (we used 11.8) +- C++ Compiler (we used Visual Studio 2019 for Windows) +- CUDA SDK 11 (we used 11.8) - CMake (recent version, we used 3.24) - 7zip (only on Windows)