Skip to content

Commit

Permalink
run cuda-memcheck with CUDA 10.1 on amdci
Browse files Browse the repository at this point in the history
HIP doesn't support CUDA 11.*
  • Loading branch information
upsj committed Jun 17, 2021
1 parent b218a6d commit 7d899ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,10 @@ cudamemcheck:
stage: QoS_tools
extends:
- .deploy_condition
- .use_gko-cuda110-gnu9-llvm9-intel2020
image: ginkgohub/cuda:101-gnu8-llvm10-intel2019
tags:
- private_ci
- nvidia-gpu
before_script: *default_before_script
script:
- ctest -V -S cmake/CTestScript.cmake -DCTEST_BUILD_CONFIGURATION=RelWithDebInfo
Expand Down

0 comments on commit 7d899ec

Please sign in to comment.