]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml-cpu : fix ggml_graph_compute_thread did not terminate on abort. (#1065)
authorissixx <redacted>
Fri, 17 Jan 2025 12:29:08 +0000 (21:29 +0900)
committerGitHub <redacted>
Fri, 17 Jan 2025 12:29:08 +0000 (13:29 +0100)
commitf196832b59684030515962711db4b19d848c8b68
treea9842069eb653aa38dc29211271d2ee85347f1f8
parentd92321c0d151fe73a47d89738c7c3091ac904297
ggml-cpu : fix ggml_graph_compute_thread did not terminate on abort. (#1065)

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

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