Oliver Simons and GitHub
07e012afdc
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
2026-07-08 14:38:51 +02:00
Georgi Gerganov and GitHub
491c4d7d2e
ci : refactor ( #23789 )
...
* ci : separate CUDA windows workflow + fix names
* ci : rename workflow
* ci : prefix cache names with workflow name
* ci : rename build.yml -> build-cpu.yml
* ci : cache keys
* ci : fix windows cuda/hip concurrency of release workflow
* ci : fix apple cache names
* ci : add TODOs
* cont : keep just the last cache
* ci : update release concurrency to queue
* ci : move the release trigger to ubuntu-slim
* ci : hip add TODO
* cont : improve words
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com >
2026-05-28 09:44:25 +03:00
Georgi Gerganov and GitHub
6b4e4bd582
common : fix env names to all have LLAMA_ARG_ prefix ( #23778 )
2026-05-27 14:52:47 +03:00
uvos and GitHub
43a4ee4a2c
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.
2026-04-03 11:38:22 +02:00
7c7d6ce5c7
[HIP] Bump ROCm version to 7.2.1 ( #21066 )
...
Bump ROCm version on Linux from 7.2 to 7.2.1
Add gfx1102 target
Delete LLVM workaround since ROCm 7.2.1 has fix for ROCm 7.2 perf regression https://github.com/ROCm/rocm-systems/issues/2865
---------
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com >
2026-04-03 00:59:20 +02:00
uvos and GitHub
ec54ac13a8
ci : fix parsing of vgpr counts in hip-quality-check ( #20987 )
...
* scripts: hip: gcn-cdna-vgpr-check: fix parsing of vgpr counts when an amdclang Remark block is interlieved with another from a different process
* Return warning ignore
* obay pep8 inline double space before inline commets
* add # noqa: NP100 for other prints too
* Add script changes to cause autotrigger
2026-03-25 19:00:37 +01:00
b49d8b8757
ci : add hip quality check ( #20430 )
...
* CI: add hip quality check
* Update scripts/hip/gcn-cdna-vgpr-check.py
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com >
* Update .github/workflows/hip-quality-check.yml
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com >
* Update .github/workflows/hip-quality-check.yml
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com >
* Update .github/workflows/hip-quality-check.yml
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com >
* Update scripts/hip/gcn-cdna-vgpr-check.py
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com >
* Update scripts/hip/gcn-cdna-vgpr-check.py
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com >
* Update scripts/hip/gcn-cdna-vgpr-check.py
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com >
* Update scripts/hip/gcn-cdna-vgpr-check.py
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com >
* Revert "Update .github/workflows/hip-quality-check.yml"
This reverts commit efa0bfcdb01dfac0feee674987a0482d50f46145.
* scripts: gcn-cdna-vgpr-check.py: enforce int type for total_vgprs
* scripts: gcn-cdna-vgpr-check.py: add flash attention instances to ignore list
* Bump ccache version
* Add mssing seperators to list
---------
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com >
2026-03-19 17:05:44 +01:00