File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ while read c; do
8181 src/ggml-kompute/* \
8282 src/ggml-metal/* \
8383 src/ggml-musa/* \
84+ src/ggml-opencl/* \
8485 src/ggml-rpc/* \
8586 src/ggml-sycl/* \
8687 src/ggml-vulkan/* \
@@ -131,6 +132,7 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
131132 # src/ggml-kompute/* -> ggml/src/ggml-kompute/*
132133 # src/ggml-metal/* -> ggml/src/ggml-metal/*
133134 # src/ggml-musa/* -> ggml/src/ggml-musa/*
135+ # src/ggml-opencl/* -> ggml/src/ggml-opencl/*
134136 # src/ggml-rpc/* -> ggml/src/ggml-rpc/*
135137 # src/ggml-sycl/* -> ggml/src/ggml-sycl/*
136138 # src/ggml-vulkan/* -> ggml/src/ggml-vulkan/*
@@ -156,7 +158,7 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
156158 -e ' s/([[:space:]]|[ab]\/)src\/ggml-hip\//\1ggml\/src\/ggml-hip\//g' \
157159 -e ' s/([[:space:]]|[ab]\/)src\/ggml-kompute\//\1ggml\/src\/ggml-kompute\//g' \
158160 -e ' s/([[:space:]]|[ab]\/)src\/ggml-metal\//\1ggml\/src\/ggml-metal\//g' \
159- -e ' s/([[:space:]]|[ab]\/)src\/ggml-musa \//\1ggml\/src\/ggml-musa \//g' \
161+ -e ' s/([[:space:]]|[ab]\/)src\/ggml-opencl \//\1ggml\/src\/ggml-opencl \//g' \
160162 -e ' s/([[:space:]]|[ab]\/)src\/ggml-rpc\//\1ggml\/src\/ggml-rpc\//g' \
161163 -e ' s/([[:space:]]|[ab]\/)src\/ggml-sycl\//\1ggml\/src\/ggml-sycl\//g' \
162164 -e ' s/([[:space:]]|[ab]\/)src\/ggml-vulkan\//\1ggml\/src\/ggml-vulkan\//g' \
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ cp -rpv ../ggml/src/ggml-hip/* ./ggml/src/ggml-hip/
1515cp -rpv ../ggml/src/ggml-kompute/* ./ggml/src/ggml-kompute/
1616cp -rpv ../ggml/src/ggml-metal/* ./ggml/src/ggml-metal/
1717cp -rpv ../ggml/src/ggml-musa/* ./ggml/src/ggml-musa/
18+ cp -rpv ../ggml/src/ggml-opencl/* ./ggml/src/ggml-opencl/
1819cp -rpv ../ggml/src/ggml-rpc/* ./ggml/src/ggml-rpc/
1920cp -rpv ../ggml/src/ggml-sycl/* ./ggml/src/ggml-sycl/
2021cp -rpv ../ggml/src/ggml-vulkan/* ./ggml/src/ggml-vulkan/
You can’t perform that action at this time.
0 commit comments