We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651509b commit 93fe4beCopy full SHA for 93fe4be
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
19
env:
20
- OPENCL_VERSION: 2023.12.14
+ OPENCL_VERSION: 2025.07.22
21
22
strategy:
23
matrix:
@@ -99,7 +99,7 @@ jobs:
99
cd llama.cpp
100
git checkout hexagon
101
cp docs/backend/hexagon/CMakeUserPresets.json .
102
- cmake --preset arm64-android-snapdragon-release -b build
+ cmake --preset arm64-android-snapdragon-release -B build
103
cmake --build build
104
105
- name: Test
0 commit comments