Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
natasa365/whisper.cpp
Xenobd
/
whisper.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
whisper.cpp
/
ggml
/
src
/
ggml-cuda
/
conv2d-transpose.cuh
am17an
CUDA: add conv_2d_transpose (llama/14287)
a728b83
6 months ago
raw
Copy download link
history
blame
contribute
delete
157 Bytes
#
include
"common.cuh"
#
define
CUDA_CONV2D_TRANSPOSE_BLOCK_SIZE 256
void
ggml_cuda_conv_2d_transpose_p0
(ggml_backend_cuda_context & ctx, ggml_tensor * dst)
;