Skip to content

Commit

Permalink
Use CUDA 12 and stdexec in CUDA/codecov CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jan 8, 2025
1 parent 65b0740 commit 7f64b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cuda/gcc11_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include:
cuda gcc11 codecov deps:
extends: .build_deps_common
variables:
BASE_IMAGE: docker.io/nvidia/cuda:11.7.1-devel-ubuntu22.04
BASE_IMAGE: docker.io/nvidia/cuda:12.6.3-devel-ubuntu22.04
COMPILER: gcc@11
SPACK_ENVIRONMENT: ci/docker/debug-cuda.yaml
DEPS_IMAGE: $CSCS_REGISTRY_PATH/cuda-gcc11-codecov/deps
Expand Down
1 change: 1 addition & 0 deletions ci/docker/debug-cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spack:
require:
- 'build_type=Debug'
- 'malloc=system'
- '+stdexec'
# For correct code coverage
# https://github.com/eth-cscs/DLA-Future/pull/1002
umpire:
Expand Down

0 comments on commit 7f64b2c

Please sign in to comment.