From 66c57302ab93e7f4858249665e9f8499729751ab Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Wed, 22 Apr 2026 12:47:00 +0200 Subject: [PATCH] Add AMD to tests_eessi_module.yml --- .github/workflows/tests_eessi_module.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests_eessi_module.yml b/.github/workflows/tests_eessi_module.yml index 65ca858b..84eb0d30 100644 --- a/.github/workflows/tests_eessi_module.yml +++ b/.github/workflows/tests_eessi_module.yml @@ -78,6 +78,7 @@ jobs: - accel/nvidia/cc80 # This should fall back to cc70 but that is checked later (in this step we just check for consistency) - accel/nvidia/cc77 + - accel/amd/gfx90a steps: - name: Check out software-layer repository @@ -165,12 +166,15 @@ jobs: - none - accel/nvidia/cc80 - accel/nvidia/cc77 + - accel/amd/gfx90a include: # For each override we expect a specific path (which may differ from the original due to overrides) - EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/nvidia/cc80 FINAL_ACCELERATOR_TARGET_EXPECTED: accel/nvidia/cc80 - EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/nvidia/cc77 # deliberately chose a non-existent CUDA capability FINAL_ACCELERATOR_TARGET_EXPECTED: accel/nvidia/cc70 # this reverts to the fallback case (which does exist) + - EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/amd/gfx90a + FINAL_ACCELERATOR_TARGET_EXPECTED: accel/adm/gfx90a steps: - name: Check out software-layer repository