]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : Parallelize quant LUT init (llama/23595)
authorJeff Bolz <redacted>
Mon, 25 May 2026 07:15:46 +0000 (02:15 -0500)
committerGeorgi Gerganov <redacted>
Mon, 25 May 2026 09:26:07 +0000 (12:26 +0300)
commita369b3949c2f4f624bb8a0324cea870661581194
tree907b0f81497e230878173edcb318b3ac6684c572
parent3306af62b1e3ad2a32f461700f7cccfd531fe08f
ggml : Parallelize quant LUT init (llama/23595)

- Use OpenMP to parallelize iq2xs_init_impl and iq3xs_init_impl.
- Move the OpenMP detection from ggml-cpu to ggml-base.
- Update OpenMP dependencies in ggml-config.cmake.in.
ggml/cmake/ggml-config.cmake.in
ggml/src/CMakeLists.txt
ggml/src/ggml-cpu/CMakeLists.txt
ggml/src/ggml-quants.c