Skip to content

Commit

Permalink
Update CUDA_VERSION to 9.1 (#3850)
Browse files Browse the repository at this point in the history
Signed-off-by: Aswathy S Kumar <aswathyskumar144@gmail.com>
Co-authored-by: Scott Fryer <60462088+steelhead31@users.noreply.github.com>
  • Loading branch information
AswathySK and steelhead31 authored Jun 14, 2024
1 parent 7c3fe8e commit c189b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-farm/platform-specific-configurations/windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c189b35

Please sign in to comment.