b8052
📦 llama-cppView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This release primarily addresses a bug in GGML related to the interaction between GGML_DEBUG and OpenMP compilation flags. It also provides updated pre-built binaries for numerous operating systems and hardware configurations.
🐛 Bug Fixes
- Fixed an issue where GGML_DEBUG was incompatible with OpenMP because last_graph was accessed when OpenMP was enabled in ggml_graph_compute_thread().