Need Python 3.6 to use enum.auto() (#70)

This commit is contained in:
Andrew Kerr 2019-11-22 09:39:12 -08:00 committed by GitHub
parent 45ecbc885b
commit 7c0cd26d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ CUTLASS requires:
- NVIDIA CUDA Toolkit (9.2 or later required, 10.2 recommended) - NVIDIA CUDA Toolkit (9.2 or later required, 10.2 recommended)
- CMake 3.12+ - CMake 3.12+
- host compiler supporting C++11 or greater (g++ 7.3.0 or Microsoft Visual Studio 2015 recommended) - host compiler supporting C++11 or greater (g++ 7.3.0 or Microsoft Visual Studio 2015 recommended)
- Python 3.5+ - Python 3.6+
## Initial build steps ## Initial build steps