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
81
81
src/ggml-kompute/* \
82
82
src/ggml-metal/* \
83
83
src/ggml-musa/* \
84
+ src/ggml-opencl/* \
84
85
src/ggml-rpc/* \
85
86
src/ggml-sycl/* \
86
87
src/ggml-vulkan/* \
@@ -131,6 +132,7 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
131
132
# src/ggml-kompute/* -> ggml/src/ggml-kompute/*
132
133
# src/ggml-metal/* -> ggml/src/ggml-metal/*
133
134
# src/ggml-musa/* -> ggml/src/ggml-musa/*
135
+ # src/ggml-opencl/* -> ggml/src/ggml-opencl/*
134
136
# src/ggml-rpc/* -> ggml/src/ggml-rpc/*
135
137
# src/ggml-sycl/* -> ggml/src/ggml-sycl/*
136
138
# src/ggml-vulkan/* -> ggml/src/ggml-vulkan/*
@@ -156,7 +158,7 @@ if [ -f $SRC_LLAMA/ggml-src.patch ]; then
156
158
-e ' s/([[:space:]]|[ab]\/)src\/ggml-hip\//\1ggml\/src\/ggml-hip\//g' \
157
159
-e ' s/([[:space:]]|[ab]\/)src\/ggml-kompute\//\1ggml\/src\/ggml-kompute\//g' \
158
160
-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' \
160
162
-e ' s/([[:space:]]|[ab]\/)src\/ggml-rpc\//\1ggml\/src\/ggml-rpc\//g' \
161
163
-e ' s/([[:space:]]|[ab]\/)src\/ggml-sycl\//\1ggml\/src\/ggml-sycl\//g' \
162
164
-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/
15
15
cp -rpv ../ggml/src/ggml-kompute/* ./ggml/src/ggml-kompute/
16
16
cp -rpv ../ggml/src/ggml-metal/* ./ggml/src/ggml-metal/
17
17
cp -rpv ../ggml/src/ggml-musa/* ./ggml/src/ggml-musa/
18
+ cp -rpv ../ggml/src/ggml-opencl/* ./ggml/src/ggml-opencl/
18
19
cp -rpv ../ggml/src/ggml-rpc/* ./ggml/src/ggml-rpc/
19
20
cp -rpv ../ggml/src/ggml-sycl/* ./ggml/src/ggml-sycl/
20
21
cp -rpv ../ggml/src/ggml-vulkan/* ./ggml/src/ggml-vulkan/
You can’t perform that action at this time.
0 commit comments