"vscode:/vscode.git/clone" did not exist on "4fd064bea670f20df84144974093a8db0a1ded74"
ggml-threading.h 161 Bytes
Newer Older
xuxzh1's avatar
update  
xuxzh1 committed
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#ifdef __cplusplus
extern "C" {
#endif

void ggml_critical_section_start(void);
void ggml_critical_section_end(void);

#ifdef __cplusplus
}
#endif