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...
main
iris
/
llama.cpp
/
ggml
/
src
/
ggml-sycl
/
outprod.hpp
Mat17892
llamacpp
b664585
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
251 Bytes
#
ifndef
GGML_SYCL_OUTPROD_HPP
#
define
GGML_SYCL_OUTPROD_HPP
#
include
"common.hpp"
void
ggml_sycl_op_out_prod
(ggml_backend_sycl_context& ctx,
const
ggml_tensor* src0,
const
ggml_tensor* src1, ggml_tensor* dst)
;
#
endif
// GGML_SYCL_OUTPROD_HPP