HIP: build eatch ci build test for a different architecture (#21337)

This helps improve our chances of finding build failures before the release workflow
builds for all architectures.
This commit is contained in:
uvos
2026-04-03 11:38:22 +02:00
committed by GitHub
parent f851fa5ab0
commit 43a4ee4a2c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
run: |
cmake -B build -S . \
-DCMAKE_HIP_COMPILER="$(hipconfig -l)/clang" \
-DGPU_TARGETS=gfx908 \
-DGPU_TARGETS=gfx942 \
-DGGML_HIP=ON \
-DGGML_HIP_EXPORT_METRICS=Off \
-DCMAKE_HIP_FLAGS="-Werror -Wno-tautological-compare" \