forked from eth-cscs/DLA-Future
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclang15_release.yml
More file actions
38 lines (35 loc) · 897 Bytes
/
Copy pathclang15_release.yml
File metadata and controls
38 lines (35 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# Distributed Linear Algebra with Future (DLAF)
#
# Copyright (c) ETH Zurich
# All rights reserved.
#
# Please, refer to the LICENSE file in the root directory.
# SPDX-License-Identifier: BSD-3-Clause
#
include:
- local: 'ci/common-ci.yml'
cpu clang15 release deps:
extends: .build_deps_common
variables:
EXTRA_APTGET: "clang-15"
COMPILER: llvm@15
SPACK_ENVIRONMENT: ci/docker/release-cpu-serial.yaml
USE_MKL: "ON"
DEPS_IMAGE: $CSCS_REGISTRY_PATH/cpu-clang15-release/deps
cpu clang15 release build:
extends:
- .build_common
- .build_for_eiger
needs:
- cpu clang15 release deps
variables:
DLAF_IMAGE: $CSCS_REGISTRY_PATH/cpu-clang15-release/dlaf:$CI_COMMIT_SHA
cpu clang15 release test:
extends: .run_common
needs:
- cpu clang15 release build
trigger:
include:
- artifact: pipeline.yml
job: cpu clang15 release build