Skip to content

Commit

Permalink
ci: Re-enable CI on GH200 (#1653)
Browse files Browse the repository at this point in the history
Co-authored-by: edopao <[email protected]>
  • Loading branch information
havogt and edopao authored Jan 14, 2025
1 parent 9a56fbd commit 4dc1531
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions ci/cscs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ stages:
CUPY_PACKAGE: cupy-cuda12x
CUPY_VERSION: 13.3.0
UBUNTU_VERSION: 22.04
# TODO: enable CI job when Todi is back in operational state
when: manual

build_py311_baseimage_x86_64:
extends: .build_baseimage_x86_64
Expand Down Expand Up @@ -133,7 +131,7 @@ build_py310_image_aarch64:
VARIANT: [-nomesh, -atlas]
SUBVARIANT: [-cuda11x, -cpu]
.test_helper_aarch64:
extends: [.container-runner-todi-gh200, .test_helper]
extends: [.container-runner-daint-gh200, .test_helper]
parallel:
matrix:
- SUBPACKAGE: [cartesian, storage]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,11 @@ def test_K_offset_write(backend):
if backend == "cuda":
pytest.skip("cuda K-offset write generates bad code")

if backend == "dace:gpu":
pytest.skip(
f"{backend} backend is not capable of K offset write, bug remains unsolved: https://github.com/GridTools/gt4py/issues/1684"
)

arraylib = get_array_library(backend)
array_shape = (1, 1, 4)
K_values = arraylib.arange(start=40, stop=44)
Expand Down

0 comments on commit 4dc1531

Please sign in to comment.