]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CLBlast: Fix temporary buffer size for f16 conversion (wsize)
authorshibe2 <redacted>
Wed, 11 Oct 2023 17:30:06 +0000 (21:30 +0400)
committershibe2 <redacted>
Tue, 17 Oct 2023 17:02:30 +0000 (21:02 +0400)
commit40e5ce054f4c4fa555e4510ea5f760bb29185332
tree2b2b0cf5f54d9fee4b8717637a235a7ed34d2ae8
parenta5e8c1d8c71f01d98ae2ec63a57c118664f9764d
CLBlast: Fix temporary buffer size for f16 conversion (wsize)

Fix buffer overflow.
Reduce the size to fit just one 2D slice.
Assert sufficient size.
ggml-opencl.cpp