whisper.cpp/ggml/src/ggml-opencl
William Tambellini c98681e6d5 ggml : upgrade init_tensor API to return a ggml_status (llama/11854)
* Upgrade init_tensor API to return a ggml_status

To prepare for an 'abort-free' ggml
(ggml not to abort on OOMs but return a OOM status),
as agreeed with Diego in the ggml repo,
upgrade the init_tensor() and view_init() APIs
to return a ggml_status.

* misc fixes

---------

Co-authored-by: slaren <slarengh@gmail.com>
2025-03-08 15:13:01 +02:00
..
kernels opencl: fix for small models (llama/11950) 2025-02-27 08:55:36 +02:00
CMakeLists.txt ggml : add opencl backend (skip) (llama/10693) 2025-01-14 10:38:01 +02:00
ggml-opencl.cpp ggml : upgrade init_tensor API to return a ggml_status (llama/11854) 2025-03-08 15:13:01 +02:00