iris / llama.cpp /ggml /src /ggml-threading.h
Mat17892's picture
llamacpp
b664585 verified
raw
history blame contribute delete
161 Bytes
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void ggml_critical_section_start(void);
void ggml_critical_section_end(void);
#ifdef __cplusplus
}
#endif