]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : Allow usage of CLBlast alongside Accelerate.framework (#1336)
authorswittk <redacted>
Sun, 7 May 2023 03:03:23 +0000 (10:03 +0700)
committerGitHub <redacted>
Sun, 7 May 2023 03:03:23 +0000 (23:03 -0400)
commit1b0fd454650ef4d68a980e3225488b79e6e9af25
tree5f0c081e40291712d3cbcbf912e600af86bcafe1
parent3924088512d9e12e90ed6dbf28a6c5712481d33e
ggml : Allow usage of CLBlast alongside Accelerate.framework (#1336)

Minor edit in ggml.c which originally would prevent OpenCL from loading completely if GGML_USE_ACCELERATE was defined.
Minor speedup in prompt eval time.
ggml.c