]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
metal : refactor + optimize v2 (llama/15995)
authorGeorgi Gerganov <redacted>
Sat, 20 Sep 2025 10:46:10 +0000 (13:46 +0300)
committerGeorgi Gerganov <redacted>
Sat, 20 Sep 2025 10:46:10 +0000 (13:46 +0300)
commiteb2c01f92e8197f8a8f2ecbd3c15ee462ffd4603
treeeb9ebde732dbada8ca8fcd7db2b30e6313b0ba25
parent6458bac4c1ae4fbe53516e91b55f85c30a320305
metal : refactor + optimize v2 (llama/15995)
16 files changed:
ggml/include/ggml-metal.h
ggml/include/ggml.h
ggml/src/ggml-metal/CMakeLists.txt
ggml/src/ggml-metal/ggml-metal-common.cpp
ggml/src/ggml-metal/ggml-metal-common.h
ggml/src/ggml-metal/ggml-metal-context.h [new file with mode: 0644]
ggml/src/ggml-metal/ggml-metal-context.m [new file with mode: 0644]
ggml/src/ggml-metal/ggml-metal-device.cpp [new file with mode: 0644]
ggml/src/ggml-metal/ggml-metal-device.h [new file with mode: 0644]
ggml/src/ggml-metal/ggml-metal-device.m [new file with mode: 0644]
ggml/src/ggml-metal/ggml-metal-impl.h
ggml/src/ggml-metal/ggml-metal-ops.cpp [new file with mode: 0644]
ggml/src/ggml-metal/ggml-metal-ops.h [new file with mode: 0644]
ggml/src/ggml-metal/ggml-metal.cpp [new file with mode: 0644]
ggml/src/ggml-metal/ggml-metal.m [deleted file]
ggml/src/ggml-metal/ggml-metal.metal