]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
metal : add perf-metal tool + fix build
authorGeorgi Gerganov <redacted>
Tue, 1 Oct 2024 15:08:31 +0000 (18:08 +0300)
committerGeorgi Gerganov <redacted>
Tue, 1 Oct 2024 15:08:31 +0000 (18:08 +0300)
commit6b30c17879e0a41375061958d70d443c8d34b381
tree00d21138754193d021a9558e1c6591311480d434
parentb30203138408c6248689f7d111fb5fbf1300fa0d
metal : add perf-metal tool + fix build
12 files changed:
examples/CMakeLists.txt
examples/gpt-2/main-backend.cpp
examples/gpt-2/main-batched.cpp
examples/gpt-2/main-sched.cpp
examples/perf-metal/CMakeLists.txt [new file with mode: 0644]
examples/perf-metal/perf-metal.cpp [new file with mode: 0644]
examples/simple/simple-backend.cpp
src/ggml-metal.m
tests/test-conv-transpose-1d.cpp
tests/test-conv1d.cpp
tests/test-conv2d.cpp
tests/test-mul-mat.cpp