]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : add option to not print stack on abort (#1081)
authorWilliam Tambellini <redacted>
Thu, 23 Jan 2025 19:59:08 +0000 (11:59 -0800)
committerGitHub <redacted>
Thu, 23 Jan 2025 19:59:08 +0000 (20:59 +0100)
commit1f17c918ef5838c21107abe8049f2fb12d6ba337
treefc43a33c3e9d1ce8fe04b38fb6006ac88128823a
parentf196832b59684030515962711db4b19d848c8b68
ggml : add option to not print stack on abort (#1081)

* Add option to not print stack on abort

Add option/envvar to disable stack printing on abort.
Also link some unittests with Threads to fix link errors on
ubuntu/g++11.

* Update src/ggml.c

---------

Co-authored-by: Diego Devesa <redacted>
src/ggml.c
tests/CMakeLists.txt