We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa42ac commit 32cfdcbCopy full SHA for 32cfdcb
bindings/ruby/ext/cpu.mk
@@ -1,5 +1,7 @@
1
ggml/src/ggml-cpu/ggml-cpu-cpp.o: \
2
ggml/src/ggml-cpu/ggml-cpu.cpp \
3
+ ggml/src/ggml-cpu/unary-ops.cpp \
4
+ ggml/src/ggml-cpu/binary-ops.cpp \
5
ggml/include/ggml-backend.h \
6
ggml/include/ggml.h \
7
ggml/include/ggml-alloc.h \
bindings/ruby/ext/extconf.rb
@@ -168,7 +168,9 @@
168
'ggml/src/ggml-cpu/ggml-cpu-aarch64.o' <<
169
'ggml/src/ggml-cpu/ggml-cpu-hbm.o' <<
170
'ggml/src/ggml-cpu/ggml-cpu-quants.o' <<
171
- 'ggml/src/ggml-cpu/ggml-cpu-traits.o'
+ 'ggml/src/ggml-cpu/ggml-cpu-traits.o' <<
172
+ 'ggml/src/ggml-cpu/unary-ops.o' <<
173
+ 'ggml/src/ggml-cpu/binary-ops.o'
174
175
$OBJ_WHISPER <<
176
'src/whisper.o' <<
0 commit comments