Skip to content

Commit 63e2f55

Browse files
author
Caspar van Leeuwen
committed
Add AMD case to tests_eessi_module
1 parent ec8e7e4 commit 63e2f55

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests_eessi_module.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- accel/nvidia/cc80
7979
# This should fall back to cc70 but that is checked later (in this step we just check for consistency)
8080
- accel/nvidia/cc77
81+
- accel/amd/gfx90a
8182

8283
steps:
8384
- name: Check out software-layer repository
@@ -165,12 +166,15 @@ jobs:
165166
- none
166167
- accel/nvidia/cc80
167168
- accel/nvidia/cc77
169+
- accel/amd/gfx90a
168170
include:
169171
# For each override we expect a specific path (which may differ from the original due to overrides)
170172
- EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/nvidia/cc80
171173
FINAL_ACCELERATOR_TARGET_EXPECTED: accel/nvidia/cc80
172174
- EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/nvidia/cc77 # deliberately chose a non-existent CUDA capability
173175
FINAL_ACCELERATOR_TARGET_EXPECTED: accel/nvidia/cc70 # this reverts to the fallback case (which does exist)
176+
- EESSI_ACCELERATOR_TARGET_OVERRIDE: accel/amd/gfx90a
177+
FINAL_ACCELERATOR_TARGET_EXPECTED: accel/amd/gfx90a
174178

175179
steps:
176180
- name: Check out software-layer repository

0 commit comments

Comments
 (0)