]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Enable testing on Snapdragon devices (#21051)
authorShreya Jain <redacted>
Thu, 23 Apr 2026 20:08:10 +0000 (13:08 -0700)
committerGitHub <redacted>
Thu, 23 Apr 2026 20:08:10 +0000 (13:08 -0700)
commit187a45637054881ecacf17f8e2f6f8f2ba7df1c7
treeffccbaf3e0480d7c04f6a71a5aec0a409ea10921
parent185cbff6f1b460e2ac193fbe7c55dd6c17ff0b1b
Enable testing on Snapdragon devices (#21051)

* Add the tests that we want to run on external CI

* remove extra files

* Fixes python issues, reove the deadlock on CI

* remove unecessary changes

* use override to ty.toml

* fix pre-commit and try tests with secret in external repo not upstream

* skip if key is unavailable

* Fix feedback

* switch hexagon to snapdragon

* cleanup

* fix secrets

* remove the copyrights at the top of the files
.github/workflows/build-and-test-snapdragon.yml [new file with mode: 0644]
.github/workflows/build-android.yml
scripts/snapdragon/qdc/readme.md [deleted file]
scripts/snapdragon/qdc/requirements.txt
scripts/snapdragon/qdc/run_qdc_jobs.py [new file with mode: 0644]
scripts/snapdragon/qdc/tests/conftest.py [new file with mode: 0644]
scripts/snapdragon/qdc/tests/run_backend_ops_posix.py [new file with mode: 0644]
scripts/snapdragon/qdc/tests/run_bench_tests_posix.py [new file with mode: 0644]
scripts/snapdragon/qdc/tests/test_bench.py [deleted file]
scripts/snapdragon/qdc/tests/utils.py [new file with mode: 0644]
ty.toml