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
This commit is contained in:
@@ -9,6 +9,8 @@ on:
|
|||||||
'.github/workflows/hip-quality-check.yml',
|
'.github/workflows/hip-quality-check.yml',
|
||||||
'**/*.cu',
|
'**/*.cu',
|
||||||
'**/*.cuh',
|
'**/*.cuh',
|
||||||
|
'ggml/src/ggml-hip/CMakeLists.txt',
|
||||||
|
'ggml/src/ggml-cuda/vendors/hip.h',
|
||||||
'scripts/hip/gcn-cdna-vgpr-check.py'
|
'scripts/hip/gcn-cdna-vgpr-check.py'
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -18,6 +20,8 @@ on:
|
|||||||
'.github/workflows/hip-quality-check.yml',
|
'.github/workflows/hip-quality-check.yml',
|
||||||
'**/*.cu',
|
'**/*.cu',
|
||||||
'**/*.cuh',
|
'**/*.cuh',
|
||||||
|
'ggml/src/ggml-hip/CMakeLists.txt',
|
||||||
|
'ggml/src/ggml-cuda/vendors/hip.h',
|
||||||
'scripts/hip/gcn-cdna-vgpr-check.py'
|
'scripts/hip/gcn-cdna-vgpr-check.py'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user