]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Make hip quality check run on all changes (#25403)
authorOliver Simons <redacted>
Wed, 8 Jul 2026 12:38:51 +0000 (14:38 +0200)
committerGitHub <redacted>
Wed, 8 Jul 2026 12:38:51 +0000 (14:38 +0200)
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

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

index 14b9f41a6ecdcd687e870c5690cdbea65a12be7f..5d23f01cf80a87100ce8889fb28cd9f1ce2be796 100644 (file)
@@ -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'
     ]