]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
threads: fix msvc build without openmp (#9615)
authorMax Krasnyansky <redacted>
Tue, 24 Sep 2024 04:18:48 +0000 (21:18 -0700)
committerGitHub <redacted>
Tue, 24 Sep 2024 04:18:48 +0000 (21:18 -0700)
commitc087b6f11d3385f4293b6841ebfb755063479490
treeb8cce9abf4ee4ac218de34d0c4a9a9a2fd4d7e08
parent116efee0eef09d8c3c4c60b52fa01b56ddeb432c
threads: fix msvc build without openmp (#9615)

We're missing atomic_thread_fence() in MSVC builds when openmp is disabled.
ggml/src/ggml.c