Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mat17892
/
iris
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8d6b4a1
iris
/
llama.cpp
/
ggml
/
src
/
ggml-sycl
/
wkv6.hpp
Mat17892
llamacpp
b664585
verified
2 months ago
raw
Copy download link
history
blame
Safe
244 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,
const
ggml_tensor *src0,
const
ggml_tensor *src1, ggml_tensor * dst)
;
#
endif
// GGML_SYCL_WKV6_HPP