Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
echodict
/
llama.cpp
like
0
Modalities:
Text
Formats:
text
Size:
< 1K
ArXiv:
arxiv:
2302.13971
arxiv:
2005.14165
arxiv:
2203.02155
Libraries:
Datasets
Croissant
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
llama.cpp
/
ggml
/
src
/
ggml-sycl
/
count-equal.hpp
dlxj
todo: 基于 CUDA 13.0 编译
2517be1
16 days ago
raw
Copy download link
history
blame
contribute
delete
248 Bytes
#
ifndef
GGML_SYCL_COUNT_EQUAL_HPP
#
define
GGML_SYCL_COUNT_EQUAL_HPP
#
include
"common.hpp"
#
define
SYCL_COUNT_EQUAL_CHUNK_SIZE 128
void
ggml_sycl_count_equal
(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
;
#
endif
//GGML_SYCL_COUNT_EQUAL_HPP