]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ci : RVV1.0 builds with tests (#16682)
authorAli Tariq <redacted>
Tue, 2 Dec 2025 20:46:10 +0000 (01:46 +0500)
committerGitHub <redacted>
Tue, 2 Dec 2025 20:46:10 +0000 (21:46 +0100)
commit4eba8d945163ff7523a302b438129fb6c1e22f6e
tree6035ac6db9a267de78dae20f78d937486eada1c0
parent61bde8e21f4a1f9a98c9205831ca3e55457b4c78
ci : RVV1.0 builds with tests (#16682)

* Added RISC-V supported tests

* Added default value for LLAMA_FATAL_WARNINGS and option to specify by user

* Added RISC-V supported tests

* Added default value for LLAMA_FATAL_WARNINGS and option to specify by user

* Removed apt prompt

* Added RISC-V specific tests with corrections

Corrections included:
1. Changed the test names from debian to ubuntu as it is more stable than Debian Trixie
2. Added explicit compiler in cmake command as GCC compiler below version 14 have been recorded
to throw errors with rvv1.0 and some other extensions
3. Added dependencies which are not installed by default in the RISC-V Ubuntu 24.04
4. Separate ccache directory for all jobs as all the ccache results are not the same and may cause ccache to not work

* Resolved the merge conflict and cleaned up run.sh

* Update ci/run.sh

Co-authored-by: Sigbjørn Skjæret <redacted>
* Removed previously added build ci for RISC-V

* Removed trailing whitespaces

* corrected build name

Co-authored-by: Sigbjørn Skjæret <redacted>
* cleanup

* Enabled build tests (1)

Co-authored-by: Sigbjørn Skjæret <redacted>
* Enabled build tests (2)

Co-authored-by: Sigbjørn Skjæret <redacted>
* enable openssl

---------

Co-authored-by: Sigbjørn Skjæret <redacted>
.github/workflows/build-riscv-native.yml [deleted file]
.github/workflows/build.yml
ci/run.sh