Update change cuda versions script, add comment about different cuda versions vs javacpp

master
agibsonccc 2021-03-29 08:36:28 +09:00
parent ff3162136f
commit 721167ccbc
2 changed files with 3 additions and 2 deletions

View File

@ -55,7 +55,7 @@ check_cuda_version "$VERSION"
case $VERSION in
11.2)
VERSION2="8.1"
VERSION3="1.5.5-SNAPSHOT"
VERSION3="1.5.5"
;;
11.1)
VERSION2="8.0"

View File

@ -37,9 +37,10 @@
<properties>
<!-- CUDA version is linked with the artifact name so cannot move to parent pom.xml -->
<!-- Note there could be different versions of javacpp for different cuda versions. -->
<cuda.version>11.0</cuda.version>
<cudnn.version>8.0</cudnn.version>
<javacpp-presets.cuda.version>1.5.5</javacpp-presets.cuda.version>
<javacpp-presets.cuda.version>1.5.4</javacpp-presets.cuda.version>
</properties>
<dependencies>