Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Darkknight535
/
kcpp-compiled-cuda-linux
like
0
Model card
Files
Files and versions
Community
main
kcpp-compiled-cuda-linux
/
ggml
/
src
/
ggml-sycl
/
wkv6.hpp
Darkknight535
Upload folder using huggingface_hub
1d30d42
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
190 Bytes
#
ifndef
GGML_SYCL_WKV6_HPP
#
define
GGML_SYCL_WKV6_HPP
#
include
"common.hpp"
void
ggml_sycl_op_rwkv_wkv6
(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
;
#
endif
// GGML_SYCL_WKV6_HPP