Skip to content
Open
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
4 changes: 2 additions & 2 deletions ci/cscs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ stages:
BASE_IMAGE: jfrog.svc.cscs.ch/dockerhub/rocm/dev-ubuntu-${UBUNTU_VERSION}:${ROCM_VERSION}-complete
EXTRA_UV_SYNC_ARGS: "--extra rocm6_0"
EXTRA_UV_ENV_VARS: "CUPY_INSTALL_USE_HIP=1 HCC_AMDGPU_TARGET=gfx942 ROCM_HOME=/opt/rocm"
UBUNTU_VERSION: '22.04'
Copy link
Contributor Author

@havogt havogt Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uses the default


build_cscs_gh200:
extends:
Expand All @@ -87,7 +86,7 @@ build_cscs_amd_rocm:
image: ${CSCS_REGISTRY_PATH}/public/${ARCH}/base/gt4py-ci-${PY_VERSION}:${DOCKER_TAG}
variables:
TEST_VARIANTS: 'cpu' # Extended jobs should redefine which variants (cpu, cuda12, rocm6_0) to test
CSCS_CUDA_MPS: 1
USE_MPI: 0 # TODO(havogt): to workaround the libfabric hook injecting incompatible libraries
SLURM_JOB_NUM_NODES: 1
SLURM_TIMELIMIT: 5
parallel:
Expand Down Expand Up @@ -137,6 +136,7 @@ test_cscs_gh200:
SLURM_GPUS_PER_NODE: 1
SLURM_PARTITION: 'shared'
GT4PY_BUILD_JOBS: 8
CSCS_CUDA_MPS: 1
# Limit test parallelism to avoid "OSError: too many open files" in the gt4py build stage.
PYTEST_XDIST_AUTO_NUM_WORKERS: 32
rules:
Expand Down