]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml-cpu : fix ggml_graph_compute_thread did not terminate on abort. (ggml/1065)
authorissixx <redacted>
Fri, 17 Jan 2025 12:29:08 +0000 (21:29 +0900)
committerGeorgi Gerganov <redacted>
Mon, 3 Feb 2025 20:00:57 +0000 (22:00 +0200)
commitf12559d590073f1ff8868bdd35c35842c271b262
tree492b7f101a5c98b71490fd7cac90874d88f91d64
parent589b40810adf584b764da28a5ea0f3d4cdee1be0
ggml-cpu : fix ggml_graph_compute_thread did not terminate on abort. (ggml/1065)

some threads kept looping and failed to terminate properly after an abort during CPU execution.

Co-authored-by: issi <redacted>
ggml/src/ggml-cpu/ggml-cpu.c