File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments