]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
sync : ggml (new ops, new backend, etc) (#1602)
authorGeorgi Gerganov <redacted>
Thu, 7 Dec 2023 20:27:19 +0000 (22:27 +0200)
committerGitHub <redacted>
Thu, 7 Dec 2023 20:27:19 +0000 (22:27 +0200)
commitafce6fa113956e797e2c8c7ed90112703dc3a1ac
treec8f009610d62176910b22ff13facd9831f4d9b7b
parent3163090d89c47933d7c2a080b224f0d2e842b468
sync : ggml (new ops, new backend, etc) (#1602)

* sync : ggml (new ops, new backend, etc)

* whisper : remove obsolete broadcasting code

* ggml : remove backend self-registers + fix ggml_concat + n_task logic

* metal : fix assert

* metal : print resource path

* whisper : fix bug if metal init fails
16 files changed:
ggml-alloc.c
ggml-alloc.h
ggml-backend-impl.h
ggml-backend.c
ggml-backend.h
ggml-cuda.cu
ggml-cuda.h
ggml-impl.h
ggml-metal.h
ggml-metal.m
ggml-metal.metal
ggml-opencl.cpp
ggml-quants.c
ggml.c
ggml.h
whisper.cpp