Skip to content

Commit

Permalink
Bump CUDA test from 1.6 to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Jul 3, 2024
1 parent 1078405 commit f47cf11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
stages {
stage('GPU Testing') {
parallel {
stage('NDTensorsCUDAExt julia-1.6') {
stage('NDTensorsCUDAExt julia-1.8') {
options {
timeout(time: 45, unit: 'MINUTES')
}
Expand All @@ -16,7 +16,7 @@ pipeline {
label 'gpu&&v100'
filename 'Dockerfile'
dir 'jenkins'
additionalBuildArgs '--build-arg JULIA=1.6'
additionalBuildArgs '--build-arg JULIA=1.8'
args '--gpus "device=0"'
}
}
Expand Down

0 comments on commit f47cf11

Please sign in to comment.