]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
sycl : Overcoming workaround for mmap() allocation on Windows (llama/13482)
authorNicolò Scipione <redacted>
Tue, 20 May 2025 00:54:43 +0000 (02:54 +0200)
committerGeorgi Gerganov <redacted>
Sun, 25 May 2025 07:46:24 +0000 (10:46 +0300)
commite1c107dd805341c5369bc4a7f0876f31296d0ab2
treee0b42985a1f1ff167d45f45b4a4027c13c4d0653
parent4eebfaa54cb469a65935fd86d1dacb2a1d73b0e2
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
src/ggml-sycl/ggml-sycl.cpp