From d6a70470dda0387e4f600d20c1fb24640635dc96 Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Fri, 22 Feb 2019 11:05:08 +1000 Subject: [PATCH] Update build.md to say CUDA 10 should work with any VS2017 version. (#507) --- BUILD.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index f37929ea92..5029d06a98 100644 --- a/BUILD.md +++ b/BUILD.md @@ -88,8 +88,9 @@ You can build with: ``` Depending on compatibility between the CUDA, CUDNN, and Visual Studio 2017 versions you are using, you may need to explicitly install an earlier version of the MSVC toolset. -CUDA 9.2 is known to work with the 14.11 MSVC toolset (Visual Studio 15.3 and 15.4) -CUDA 10.0 is known to work with toolsets from 14.11 up to 14.16 (Visual Studio 2017 15.9) +- CUDA 10.0 is known to work with toolsets from 14.11 up to 14.16 (Visual Studio 2017 15.9), and should continue to work with future Visual Studio versions + - https://devblogs.microsoft.com/cppblog/cuda-10-is-now-available-with-support-for-the-latest-visual-studio-2017-versions/ +- CUDA 9.2 is known to work with the 14.11 MSVC toolset (Visual Studio 15.3 and 15.4) To install the 14.11 MSVC toolset, see