From c189b35a0fd17ec37491b6d492a8ec951e05a61c Mon Sep 17 00:00:00 2001 From: AswathySK <94966808+AswathySK@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:07:28 +0530 Subject: [PATCH] Update CUDA_VERSION to 9.1 (#3850) Signed-off-by: Aswathy S Kumar Co-authored-by: Scott Fryer <60462088+steelhead31@users.noreply.github.com> --- build-farm/platform-specific-configurations/windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-farm/platform-specific-configurations/windows.sh b/build-farm/platform-specific-configurations/windows.sh index 9b9265fe0..9f1cc8197 100755 --- a/build-farm/platform-specific-configurations/windows.sh +++ b/build-farm/platform-specific-configurations/windows.sh @@ -136,7 +136,7 @@ then export BUILD_ARGS="${BUILD_ARGS} --skip-freetype" fi - CUDA_VERSION=9.0 + CUDA_VERSION=9.1 CUDA_HOME_FULL="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v$CUDA_VERSION" # use cygpath to map to 'short' names (without spaces) CUDA_HOME=$(cygpath -ms "$CUDA_HOME_FULL")