]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
finetune : speed-up ggml_compute_forward_out_prod_f32 via BLAS (#4079)
authorgwjr <redacted>
Fri, 17 Nov 2023 14:48:19 +0000 (14:48 +0000)
committerGitHub <redacted>
Fri, 17 Nov 2023 14:48:19 +0000 (16:48 +0200)
commit3e916a07ac093045d88ef0c4fa78647ae0efc010
tree171e1d792c941a246b99241e402036369ab6c58b
parent947f64f1630bb8b0b363a3bb5e29e11425312d57
finetune : speed-up ggml_compute_forward_out_prod_f32 via BLAS (#4079)

* Remove logically superfluous assertions and order by dimension

* Use cblas_sgemm() to implement ggml_compute_forward_out_prod()

* Remove ggml_compute_forward_out_prod_use_blas(), fix compiling errors on cmake/zig, remove trailing whitespace

* Add openBLAS support for sgemm() in compute_forward_out_prod()
ggml.c