mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-27 03:44:35 +00:00
cb13ef85a4
other windows build fixes
15 lines
198 B
C
15 lines
198 B
C
#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
|