Skip to content

b3468

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 05:16
2b1f616
ggml : reduce hash table reset cost (#8698)

* ggml : reduce hash table reset cost

* fix unreachable code warnings after GGML_ASSERT(false)

* GGML_ASSERT(false) -> GGML_ABORT("fatal error")

* GGML_ABORT use format string