]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
threads: fix msvc build without openmp (llama/9615)
authorMax Krasnyansky <redacted>
Tue, 24 Sep 2024 04:18:48 +0000 (21:18 -0700)
committerGeorgi Gerganov <redacted>
Tue, 24 Sep 2024 10:04:37 +0000 (13:04 +0300)
commitfbcdca5c87eb6657d28938ee960cf6f7d6491318
tree6b076020ec024a857e8ae3f471915009618e80e5
parentc5d592357a334d78c7f8e1f446120d6c1c559fc7
threads: fix msvc build without openmp (llama/9615)

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