Hugging Face
Models
Datasets
Spaces
Buckets
new
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-cuda
/
conv2d-dw.cuh
Aliguinga01
Upload folder using huggingface_hub
4d35814
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
155 Bytes
#
pragma
once
#
include
"common.cuh"
#
define
CUDA_CONV2D_DW_BLOCK_SIZE 256
void
ggml_cuda_op_conv2d_dw
(ggml_backend_cuda_context & ctx, ggml_tensor * dst)
;