-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move stdexec compilation to c++ files + add CI for cuda stdexec confi…
…guration (#1188)
- Loading branch information
Showing
8 changed files
with
128 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
include: | ||
- local: 'ci/common-ci.yml' | ||
|
||
cuda gcc13 stdexec release deps: | ||
extends: .build_deps_common | ||
variables: | ||
BASE_IMAGE: docker.io/nvidia/cuda:12.6.1-devel-ubuntu24.04 | ||
COMPILER: gcc@13 | ||
CXXSTD: 20 | ||
SPACK_ENVIRONMENT: ci/docker/release-cuda-stdexec.yaml | ||
USE_MKL: "ON" | ||
BUILD_IMAGE: $CSCS_REGISTRY_PATH/cuda-gcc13-release-stdexec/build | ||
|
||
cuda gcc13 stdexec release build: | ||
extends: | ||
- .build_common | ||
- .build_for_daint-gpu | ||
needs: | ||
- cuda gcc13 stdexec release deps | ||
variables: | ||
DEPLOY_IMAGE: $CSCS_REGISTRY_PATH/cuda-gcc13-release/deploy:$CI_COMMIT_SHA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# | ||
# Distributed Linear Algebra with Future (DLAF) | ||
# | ||
# Copyright (c) 2018-2024, ETH Zurich | ||
# All rights reserved. | ||
# | ||
# Please, refer to the LICENSE file in the root directory. | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
# | ||
|
||
spack: | ||
include: | ||
- /spack_environment/common.yaml | ||
|
||
view: false | ||
concretizer: | ||
unify: | ||
true | ||
|
||
specs: | ||
- dla-future@master +cuda +miniapps +ci-test | ||
|
||
packages: | ||
all: | ||
variants: | ||
- 'build_type=Release' | ||
pika: | ||
require: | ||
- '+stdexec' | ||
stdexec: | ||
require: | ||
- '@git.8bc7c7f06fe39831dea6852407ebe7f6be8fa9fd=main' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters