ggml-threading.h 198 B

1234567891011121314
  1. #pragma once
  2. #include "ggml.h"
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. GGML_API void ggml_critical_section_start(void);
  7. GGML_API void ggml_critical_section_end(void);
  8. #ifdef __cplusplus
  9. }
  10. #endif