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...
a406dda
whisper.cpp
/
ggml
/
src
/
ggml-cuda
/
conv-transpose-1d.cuh
John Balis
feat: cuda implementation for `ggml_conv_transpose_1d` (ggml/854)
025493b
over 1 year ago
raw
Copy download link
history
blame
158 Bytes
#
include
"common.cuh"
#
define
CUDA_CONV_TRANPOSE_1D_BLOCK_SIZE 256
void
ggml_cuda_op_conv_transpose_1d
(ggml_backend_cuda_context & ctx, ggml_tensor * dst)
;