]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml/ex: calculate accuracy in graph, adapt MNIST (ggml/980)
authorJohannes Gäßler <redacted>
Thu, 3 Oct 2024 15:29:59 +0000 (17:29 +0200)
committerGeorgi Gerganov <redacted>
Thu, 3 Oct 2024 18:17:26 +0000 (21:17 +0300)
commitfabdc3bda396307565c4f3f4ecbc3a751a2eb6d3
tree219d3588467c6690d02c975a1bda2b2fa792eeef
parenteee39bdc96065b69242877fe8f1be05c885fc2aa
ggml/ex: calculate accuracy in graph, adapt MNIST (ggml/980)
ggml/include/ggml.h
ggml/src/ggml-cuda.cu
ggml/src/ggml-cuda/argmax.cu [new file with mode: 0644]
ggml/src/ggml-cuda/argmax.cuh [new file with mode: 0644]
ggml/src/ggml-cuda/common.cuh
ggml/src/ggml-cuda/count-equal.cu [new file with mode: 0644]
ggml/src/ggml-cuda/count-equal.cuh [new file with mode: 0644]
ggml/src/ggml-cuda/fattn-tile-f16.cu
ggml/src/ggml-cuda/fattn-vec-f16.cuh
ggml/src/ggml.c
tests/test-backend-ops.cpp