Skip to content

Commit 30b5589

Browse files
committed
script: add build-run-ggmlvulkan-android.sh
1 parent 753844b commit 30b5589

File tree

3 files changed

+428
-2
lines changed

3 files changed

+428
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,4 @@ prebuilts/QNN_SDK/v2.35.0.250530.zip
154154
prebuilts/QNN_SDK/v2.36.0.250627.zip
155155
prebuilts/Hexagon_SDK/minimal-hexagon-sdk-6.2.0.1.xz
156156
prebuilts/OpenCL_SDK/
157+
prebuilts/Vulkan_SDK/

scripts/build-run-ggmlopencl-android.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright (c) Qualcomm(https://www.qualcomm.com/developer/blog/2024/11/introducing-new-opn-cl-gpu-backend-llama-cpp-for-qualcomm-adreno-gpu)
3+
# Copyright (c) Qualcomm(https://www.qualcomm.com/developer/blog/2024/11/introducing-new-opn-cl-gpu-backend-llama-cpp-for-qualcomm-adreno-gpu, original-author)
44
# Copyright (c) rmatif(https://github.com/rmatif, core-author)
55
# Copyright (c) zhouwg(https://github.com/zhouwg, co-author)
66
#
7-
# build llama.cpp + ggml-opencl backend on Linux for Android phone equipped with Qualcomm Snapdragon mobile SoC
7+
# build llama.cpp + ggml-opencl backend on Linux for Android phone
88
# this script will setup local dev envs automatically
99
#
1010
set -e

0 commit comments

Comments
 (0)