mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-05-31 06:20:58 +00:00
This patch nudges the llama.cpp a bit to be supported on PoCL which doesn't support OpenCL C CL2.0. The issue is solved by querying the device for the supported OpenCL C versions and using the highest one available.