Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add newer ROCm 6 pipeline #1251

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 19 additions & 18 deletions ci/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
include:
- local: 'ci/cpu/asan_ubsan_lsan.yml'
- local: 'ci/cpu/clang15_release_cxx20.yml'
- local: 'ci/cpu/clang15_release_stdexec.yml'
- local: 'ci/cpu/clang15_release.yml'
- local: 'ci/cpu/clang16_release.yml'
- local: 'ci/cpu/clang18_release.yml'
- local: 'ci/cpu/gcc11_release_stdexec.yml'
- local: 'ci/cpu/gcc11_debug_stdexec.yml'
- local: 'ci/cpu/gcc12_release_cxx20.yml'
- local: 'ci/cpu/gcc13_codecov.yml'
- local: 'ci/cpu/gcc13_release.yml'
- local: 'ci/cuda/gcc11_release.yml'
- local: 'ci/cuda/gcc11_release_scalapack.yml'
- local: 'ci/cuda/gcc11_codecov.yml'
- local: 'ci/cuda/gcc11_debug_scalapack.yml'
- local: 'ci/cuda/gcc13_release_stdexec.yml'
- local: 'ci/rocm/clang14_release.yml'
- local: 'ci/rocm/clang14_release_stdexec.yml'
# - local: 'ci/cpu/asan_ubsan_lsan.yml'
# - local: 'ci/cpu/clang15_release_cxx20.yml'
# - local: 'ci/cpu/clang15_release_stdexec.yml'
# - local: 'ci/cpu/clang15_release.yml'
# - local: 'ci/cpu/clang16_release.yml'
# - local: 'ci/cpu/clang18_release.yml'
# - local: 'ci/cpu/gcc11_release_stdexec.yml'
# - local: 'ci/cpu/gcc11_debug_stdexec.yml'
# - local: 'ci/cpu/gcc12_release_cxx20.yml'
# - local: 'ci/cpu/gcc13_codecov.yml'
# - local: 'ci/cpu/gcc13_release.yml'
# - local: 'ci/cuda/gcc11_release.yml'
# - local: 'ci/cuda/gcc11_release_scalapack.yml'
# - local: 'ci/cuda/gcc11_codecov.yml'
# - local: 'ci/cuda/gcc11_debug_scalapack.yml'
# - local: 'ci/cuda/gcc13_release_stdexec.yml'
# - local: 'ci/rocm/clang14_release.yml'
# - local: 'ci/rocm/clang14_release_stdexec.yml'
- local: 'ci/rocm/clang15_release_stdexec.yml'
- local: 'ci/rocm/clang15_release_stdexec_2.yml'
2 changes: 1 addition & 1 deletion ci/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variables:
reports:
dotenv: build.env
variables:
SPACK_SHA: develop-2024-11-24
SPACK_SHA: develop-2024-12-15
SPACK_DLAF_REPO: ./spack
DOCKER_BUILD_ARGS: '[
"BASE_IMAGE",
Expand Down
70 changes: 70 additions & 0 deletions ci/docker/release-rocm612-stdexec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
#
# 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 +rocm amdgpu_target=gfx90a:xnack- +miniapps +ci-test

packages:
all:
variants:
- build_type=Release
- cxxstd=20
- amdgpu_target=gfx90a:xnack-
pika:
require:
- '+stdexec'
blas:
require:: openblas
lapack:
require:: openblas
mpich:
require:
- '~rocm'
- 'device=ch3'
- 'netmod=tcp'
llvm-amdgpu:
externals:
- spec: [email protected] ~rocm-device-libs
prefix: /opt/rocm-6.3.0/llvm
buildable: false
rocm-device-libs:
externals:
- spec: [email protected]
prefix: /opt/rocm-6.3.0
buildable: false
hip:
externals:
- spec: [email protected]
prefix: /opt/rocm-6.3.0
buildable: false
rocblas:
externals:
- spec: [email protected]
prefix: /opt/rocm-6.3.0
buildable: false
rocsolver:
externals:
- spec: [email protected]
prefix: /opt/rocm-6.3.0
buildable: false
hsa-rocr-dev:
externals:
- spec: [email protected]
prefix: /opt/rocm-6.3.0
buildable: false
21 changes: 21 additions & 0 deletions ci/rocm/clang15_release_stdexec_2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
include:
- local: 'ci/common-ci.yml'

rocm clang15 stdexec release 2 deps:
extends: .build_deps_common
variables:
BASE_IMAGE: docker.io/rocm/dev-ubuntu-24.04:6.3
EXTRA_APTGET: "clang-15 libomp-15-dev rocblas rocblas-dev rocsolver rocsolver-dev llvm-amdgpu rocm-device-libs"
COMPILER: clang@15
USE_ROCBLAS: "ON"
SPACK_ENVIRONMENT: ci/docker/release-rocm612-stdexec.yaml
DEPS_IMAGE: $CSCS_REGISTRY_PATH/rocm-clang15-stdexec-release-2/deps

rocm clang15 stdexec release 2 build:
extends:
- .build_common
after_script: null
needs:
- rocm clang15 stdexec release 2 deps
variables:
DLAF_IMAGE: $CSCS_REGISTRY_PATH/rocm-clang15-stdexec-release-2/dlaf:$CI_COMMIT_SHA
Loading