FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add AMD GPU tests to CI by casparvl · Pull Request #214 · EESSI/software-layer-scripts · GitHub

Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yml  (1) All 1 file type selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
4 changes: 4 additions & 0 deletions .github/workflows/tests_eessi_module.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading

Back | FazBrowse Home | New Git URL