Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Aliguinga01
/
rule_violation2
like
0
Safetensors
GGUF
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Deploy
Use this model
main
rule_violation2
/
llama.cpp
/
ggml
/
src
/
ggml-sycl
/
set_rows.hpp
Aliguinga01
Upload folder using huggingface_hub
4d35814
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
200 Bytes
#
ifndef
GGML_SYCL_SET_ROWS_HPP
#
define
GGML_SYCL_SET_ROWS_HPP
#
include
"common.hpp"
void
ggml_sycl_op_set_rows
(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
;
#
endif
// GGML_SYCL_SET_ROWS_HPP