frohzinn/bcbsma-storage / llama.cpp /ggml /src /ggml-threading.cpp
frohzinn's picture
download
raw
250 Bytes
#include "ggml-threading.h"
#include <mutex>
std::mutex ggml_critical_section_mutex;
void ggml_critical_section_start() {
ggml_critical_section_mutex.lock();
}
void ggml_critical_section_end(void) {
ggml_critical_section_mutex.unlock();
}

Xet Storage Details

Size:
250 Bytes
·
Xet hash:
70c4b42798e2a34329e9fb102fceed48569196616fa0279939b5e3fd64e6ff9b

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.