]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-alloc : use virtual memory for measurement (#2973)
authorslaren <redacted>
Sun, 3 Sep 2023 18:34:09 +0000 (20:34 +0200)
committerGitHub <redacted>
Sun, 3 Sep 2023 18:34:09 +0000 (20:34 +0200)
commitcf9b08485c4c2d4d945c6e74fe20f273a38b6104
tree62813ae17a19b1683986f7ada70834820fdc92f3
parent47068e517004d90f13c16352bb3b4cafd53a00cd
ggml-alloc : use virtual memory for measurement (#2973)

* ggml-alloc : use virtual memory for measurement

* compatibility fixes for MAP_ANONYMOUS

* fallback to fixed address for systems without virtual memory
ggml-alloc.c