From: Oliver Simons Date: Wed, 8 Jul 2026 12:38:51 +0000 (+0200) Subject: Make hip quality check run on all changes (#25403) X-Git-Tag: upstream/0.0.10438~512 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=07e012afdcac1007efff83704a8e95dad5b14c70;p=pkg%2Fggml%2Fsources%2Fllama.cpp Make hip quality check run on all changes (#25403) Improvement of the CI to run on all hip-related changes as a follow-up to https://github.com/ggml-org/llama.cpp/pull/25373 so breakage is more likely to be caught in future --- diff --git a/.github/workflows/hip-quality-check.yml b/.github/workflows/hip-quality-check.yml index 14b9f41a6..5d23f01cf 100644 --- a/.github/workflows/hip-quality-check.yml +++ b/.github/workflows/hip-quality-check.yml @@ -9,6 +9,8 @@ on: '.github/workflows/hip-quality-check.yml', '**/*.cu', '**/*.cuh', + 'ggml/src/ggml-hip/CMakeLists.txt', + 'ggml/src/ggml-cuda/vendors/hip.h', 'scripts/hip/gcn-cdna-vgpr-check.py' ] @@ -18,6 +20,8 @@ on: '.github/workflows/hip-quality-check.yml', '**/*.cu', '**/*.cuh', + 'ggml/src/ggml-hip/CMakeLists.txt', + 'ggml/src/ggml-cuda/vendors/hip.h', 'scripts/hip/gcn-cdna-vgpr-check.py' ]