]> git.djapps.eu Git - pkg/ggml/sources/llama.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>
Wed, 29 Jan 2025 09:24:51 +0000 (11:24 +0200)
commitd2e518e9b4231077013ffb0e5c4cc24a0c4c1b7d
treedbcda81b1d50d6f0152750ceef49f11ce1050d7a
parentb636228c0ad0db95bf73008094c6145a05615cf6
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