]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml/ex: calculate accuracy in graph, adapt MNIST (#980)
authorJohannes Gäßler <redacted>
Thu, 3 Oct 2024 15:29:59 +0000 (17:29 +0200)
committerGitHub <redacted>
Thu, 3 Oct 2024 15:29:59 +0000 (17:29 +0200)
commite5c233e5edbfcfa1d808b9293de9065035c40751
tree231c7d8aaadde03d95af7130c3a708ba55e0a15f
parent7cdb891fd0c144e79f5f0334b66f71c62605e1a0
ggml/ex: calculate accuracy in graph, adapt MNIST (#980)
14 files changed:
examples/mnist/mnist-common.cpp
examples/mnist/mnist-common.h
examples/mnist/mnist-eval.cpp
include/ggml.h
src/ggml-cuda.cu
src/ggml-cuda/argmax.cu [new file with mode: 0644]
src/ggml-cuda/argmax.cuh [new file with mode: 0644]
src/ggml-cuda/common.cuh
src/ggml-cuda/count-equal.cu [new file with mode: 0644]
src/ggml-cuda/count-equal.cuh [new file with mode: 0644]
src/ggml-cuda/fattn-tile-f16.cu
src/ggml-cuda/fattn-vec-f16.cuh
src/ggml.c
tests/test-backend-ops.cpp