Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
natasa365
/
whisper.cpp
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8cc6334
whisper.cpp
/
ggml-cuda
/
im2col.cuh
ggerganov
HF Staff
sync : ggml (#2001)
cbbfa9e
unverified
about 2 years ago
raw
Copy download link
history
blame
137 Bytes
#
include
"common.cuh"
#
define
CUDA_IM2COL_BLOCK_SIZE 256
void
ggml_cuda_op_im2col
(ggml_backend_cuda_context & ctx, ggml_tensor * dst)
;