whisper.cpp/ggml
Nicolò Scipione ee3f177cba sycl : Overcoming workaround for mmap() allocation on Windows (llama/13482)
* Remove mmap workaround on windows

After some testing I found that mmap is supported on windows and for
many GPUs on Linux. Therefore I remove the workaround for windows since
it is not necessary.

* Update llama-bench README

SYCL backend introduced a workaround that allows execution of
llama-bench also without specifying `--mmp 0` flag
2025-05-27 18:03:00 +03:00
..
cmake ggml : sync/merge cmake,riscv,powerpc, add common.cmake (ggml/0) 2025-03-27 11:06:03 +02:00
include mnist: fix segmentation fault (ggml/1227) 2025-05-19 14:58:39 +03:00
src sycl : Overcoming workaround for mmap() allocation on Windows (llama/13482) 2025-05-27 18:03:00 +03:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt sycl: use oneDNN for matrices multiplication (llama/12972) 2025-05-19 14:58:39 +03:00