ggml/ex: calculate accuracy in graph, adapt MNIST (ggml/980)

This commit is contained in:
Johannes Gäßler
2024-10-03 17:29:59 +02:00
committed by Georgi Gerganov
parent eee39bdc96
commit fabdc3bda3
11 changed files with 389 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
#include "common.cuh"
#define CUDA_COUNT_EQUAL_CHUNK_SIZE 128
void ggml_cuda_count_equal(ggml_backend_cuda_context & ctx, ggml_tensor * dst);