]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : fix BLAS with unsupported types (llama/9775)
authorDiego Devesa <redacted>
Tue, 8 Oct 2024 12:21:43 +0000 (14:21 +0200)
committerGeorgi Gerganov <redacted>
Fri, 1 Nov 2024 08:19:05 +0000 (10:19 +0200)
commit1531259b2c9639884a4f2108da1de65445857837
tree1075821d1333b9ac5ad47a9ee7d073da2c288457
parent44bc2767fdaf857f53ff1ed11149768bc40a9bab
ggml : fix BLAS with unsupported types (llama/9775)

* ggml : do not use BLAS with types without to_float

* ggml : return pointer from ggml_internal_get_type_traits to avoid unnecessary copies

* ggml : rename ggml_internal_get_type_traits -> ggml_get_type_traits

it's not really internal if everybody uses it
ggml/include/ggml.h
ggml/src/ggml-backend.cpp
ggml/src/ggml-blas.cpp
ggml/src/ggml-vulkan.cpp
ggml/src/ggml.c