]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : add backend registry / device interfaces to BLAS backend (#9752)
authorDiego Devesa <redacted>
Mon, 7 Oct 2024 19:55:08 +0000 (21:55 +0200)
committerGitHub <redacted>
Mon, 7 Oct 2024 19:55:08 +0000 (21:55 +0200)
commit6374743747b14db4eb73ce82ae449a2978bc3b47
tree94102d6ac8d7f68c92aafc110d3a2b33abd87304
parentf1af42fa8c925096407c61ff0a3d5d5d669cc535
ggml : add backend registry / device interfaces to BLAS backend (#9752)

* ggml : add backend registry / device interfaces to BLAS backend

* fix mmap usage when using host buffers
ggml/include/ggml-backend.h
ggml/include/ggml-blas.h
ggml/src/CMakeLists.txt
ggml/src/ggml-backend-impl.h
ggml/src/ggml-backend.cpp
ggml/src/ggml-blas.cpp
src/llama.cpp
tests/test-backend-ops.cpp