Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Darkknight535
/
kcpp-compiled-cuda-linux
like
0
Model card
Files
Files and versions
Community
1d30d42
kcpp-compiled-cuda-linux
/
ggml
/
src
/
ggml-threading.h
Darkknight535
Upload folder using huggingface_hub
1d30d42
verified
23 days 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