File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc
78
78
### Software Requirements
79
79
- Conda (recommended for easy setup)
80
80
- C++ Compiler for PyTorch extensions (we used Visual Studio 2019 for Windows)
81
- - CUDA SDK 11 for PyTorch extensions (we used 11.8, ** known issues with 11.6** )
81
+ - CUDA SDK 11 for PyTorch extensions, install * after * Visual Studio (we used 11.8, ** known issues with 11.6** )
82
82
- C++ Compiler and CUDA SDK must be compatible
83
83
84
84
### Setup
@@ -291,7 +291,7 @@ We provide two interactive viewers for our method: remote and real-time. Our vie
291
291
292
292
### Software Requirements
293
293
- Visual Studio or g++, ** not Clang** (we used Visual Studio 2019 for Windows)
294
- - CUDA SDK 11 (we used 11.8)
294
+ - CUDA SDK 11, install * after * Visual Studio (we used 11.8)
295
295
- CMake (recent version, we used 3.24)
296
296
- 7zip (only on Windows)
297
297
You can’t perform that action at this time.
0 commit comments