Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
natasa365
/
whisper.cpp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
whisper.cpp
/
ggml
/
src
/
ggml-cuda
/
conv2d-dw.cuh
am17an
CUDA: add conv_2d_dw (llama/14265)
5cca3ec
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)
;