2024-11-14 18:04:35 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
2024-12-12 19:02:49 +01:00
|
|
|
#include "ggml.h"
|
|
|
|
|
|
2024-11-14 18:04:35 +01:00
|
|
|
#ifdef __cplusplus
|
|
|
|
|
extern "C" {
|
|
|
|
|
#endif
|
|
|
|
|
|
2024-12-12 19:02:49 +01:00
|
|
|
GGML_API void ggml_critical_section_start(void);
|
|
|
|
|
GGML_API void ggml_critical_section_end(void);
|
2024-11-14 18:04:35 +01:00
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|