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
/
argsort.cuh
ggerganov
whisper : reorganize source code + improve CMake (#2256)
f75c2e3
unverified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
102 Bytes
#
include
"common.cuh"
void ggml
_cuda_op_argsort(
ggml_backend_cuda_context
&
ctx
,
ggml_tensor
*
dst
)
;