Skip to content

Commit 43a4ee4

Browse files
authored
HIP: build eatch ci build test for a different architecture (ggml-org#21337)
This helps improve our chances of finding build failures before the release workflow builds for all architectures.
1 parent f851fa5 commit 43a4ee4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ jobs:
472472
cmake -B build -S . \
473473
-DCMAKE_HIP_COMPILER="$(hipconfig -l)/clang" \
474474
-DGGML_HIP_ROCWMMA_FATTN=ON \
475+
-DGPU_TARGETS="gfx1030" \
475476
-DGGML_HIP=ON
476477
cmake --build build --config Release -j $(nproc)
477478
@@ -990,6 +991,7 @@ jobs:
990991
-DROCM_DIR="${env:HIP_PATH}" `
991992
-DGGML_HIP=ON `
992993
-DGGML_HIP_ROCWMMA_FATTN=ON `
994+
-DGPU_TARGETS="gfx1100" `
993995
-DGGML_RPC=ON
994996
cmake --build build -j ${env:NUMBER_OF_PROCESSORS}
995997

.github/workflows/hip-quality-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
cmake -B build -S . \
6161
-DCMAKE_HIP_COMPILER="$(hipconfig -l)/clang" \
62-
-DGPU_TARGETS=gfx908 \
62+
-DGPU_TARGETS=gfx942 \
6363
-DGGML_HIP=ON \
6464
-DGGML_HIP_EXPORT_METRICS=Off \
6565
-DCMAKE_HIP_FLAGS="-Werror -Wno-tautological-compare" \

0 commit comments

Comments
 (0)