]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
metal : refactor + optimize v2 (llama/15995)
authorGeorgi Gerganov <redacted>
Sat, 20 Sep 2025 10:09:06 +0000 (13:09 +0300)
committerGeorgi Gerganov <redacted>
Sat, 20 Sep 2025 10:33:50 +0000 (13:33 +0300)
commitf05196c9ea2a3ecd5d5c466edfe71d8139e63e4f
tree2e4c8ed842b0a8e44811f2ef75104d269fd2a33b
parentb6218ee0a0221a5c135aa6968a1ec9fcf013c5c9
metal : refactor + optimize v2 (llama/15995)
17 files changed:
include/ggml-metal.h
include/ggml.h
src/ggml-metal/CMakeLists.txt
src/ggml-metal/ggml-metal-common.cpp
src/ggml-metal/ggml-metal-common.h
src/ggml-metal/ggml-metal-context.h [new file with mode: 0644]
src/ggml-metal/ggml-metal-context.m [new file with mode: 0644]
src/ggml-metal/ggml-metal-device.cpp [new file with mode: 0644]
src/ggml-metal/ggml-metal-device.h [new file with mode: 0644]
src/ggml-metal/ggml-metal-device.m [new file with mode: 0644]
src/ggml-metal/ggml-metal-impl.h
src/ggml-metal/ggml-metal-ops.cpp [new file with mode: 0644]
src/ggml-metal/ggml-metal-ops.h [new file with mode: 0644]
src/ggml-metal/ggml-metal.cpp [new file with mode: 0644]
src/ggml-metal/ggml-metal.m [deleted file]
src/ggml-metal/ggml-metal.metal
tests/test-backend-ops.cpp