Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
OpenTransformer
/
llama.cpp-prismml
like
0
arxiv:
2302.13971
arxiv:
2005.14165
arxiv:
2203.02155
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
llama.cpp-prismml
/
ggml
/
src
/
ggml-sycl
/
count-equal.hpp
OpenTransformer
Q1_0_g128 CPU kernel fix + AVX2 SIMD (fork of PrismML-Eng/llama.cpp)
03ba2cd
verified
about 2 months 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