]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl : use strstr to check if fp16 supported (#1611)
authorHoward Su <redacted>
Sun, 28 May 2023 17:09:56 +0000 (01:09 +0800)
committerGitHub <redacted>
Sun, 28 May 2023 17:09:56 +0000 (20:09 +0300)
commitca74884f6625b15ef69832f07fc60fe00db5f90c
tree42d8130cddce8ac3e441fabe64d9dd35f73af8e9
parenta6704643b62243bc4b6bbcd727d63d44e01a1002
opencl : use strstr to check if fp16 supported (#1611)

* Use strstr to check if fp16 supported

* Ensure ext_buffer is null terminated
ggml-opencl.cpp