Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
natasa365/whisper.cpp
Xenobd
/
whisper.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3d457ce
whisper.cpp
/
ggml
/
src
/
ggml-cuda
/
count-equal.cuh
JohannesGaessler
ggml/ex: calculate accuracy in graph, adapt MNIST (ggml/980)
52069b8
over 1 year ago
raw
Copy download link
history
blame
144 Bytes
#
include
"common.cuh"
#
define
CUDA_COUNT_EQUAL_CHUNK_SIZE 128
void
ggml_cuda_count_equal
(ggml_backend_cuda_context & ctx, ggml_tensor * dst)
;