This commit is contained in:
Nicolas Patry 2024-06-07 22:45:57 +02:00
parent 65b2efc585
commit fc4404d9d2
No known key found for this signature in database
GPG Key ID: 690EBED7128A9DC8
2 changed files with 3 additions and 3 deletions

View File

@ -52,9 +52,9 @@ jobs:
export dockerfile="Dockerfile_amd"
export label_extension="-rocm"
export docker_devices="/dev/kfd,/dev/dri"
export runs_on="ubuntu-latest"
export runs_on="[self-hosted, amd-gpu , multi-gpu]"
;;
rocm)
intel)
export dockerfile="Dockerfile_intel"
export label_extension="-intel"
export docker_devices=""

View File

@ -27,7 +27,7 @@ jobs:
strategy:
# super important if you want to see all results, even if one fails
# fail-fast is true by default
fail-fast: true
fail-fast: false
matrix:
hardware: ["cuda", "rocm", "intel"]
uses: ./.github/workflows/build.yaml # calls the one above ^