Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
natasa365
/
whisper.cpp
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d6b6852
whisper.cpp
/
ggml
/
src
/
ggml-threading.h
Diego Devesa
remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (llama/10797)
b38cecf
about 1 year ago
raw
Copy download link
history
blame
198 Bytes
#
pragma
once
#
include
"ggml.h"
#
ifdef
__cplusplus
extern
"C"
{
#
endif
GGML_API
void
ggml_critical_section_start
(
void
)
;
GGML_API
void
ggml_critical_section_end
(
void
)
;
#
ifdef
__cplusplus
}
#
endif