whisper.cpp/ggml
Nicolò Scipione d507b4cebe SYCL: Introducing memory host pool (llama/11251)
* Implement host pool for matrix_info

Creating a new memory pool on the host to store memory location for
matrix_info needed to launch gemm_batch from oneMKL/oneMath.
Removing complex support in gemm_batch since it is not used in llama.cpp

* Remove unnecessary headers and cast

* Reorder member variable to avoid warning on initialization

* Formatting

* Remove unused variable

* Address PR review feedback - remove warning

---------

Signed-off-by: nscipione <nicolo.scipione@codeplay.com>
2025-02-03 22:00:57 +02:00
..
include rpc : early register backend devices (llama/11262) 2025-02-03 22:00:57 +02:00
src SYCL: Introducing memory host pool (llama/11251) 2025-02-03 22:00:57 +02:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt fix: ggml: fix vulkan-shaders-gen build (llama/10448) 2025-02-03 22:00:57 +02:00