]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ci : use dynamic libopenblas.dll for window-blas (#3177)
authorDaniel Bevenius <redacted>
Fri, 23 May 2025 03:48:08 +0000 (05:48 +0200)
committerGitHub <redacted>
Fri, 23 May 2025 03:48:08 +0000 (05:48 +0200)
commitaab6976465b55b4fbb36e6e3b9a7f335257ac822
treed8d4ebdda9b70215b66d864dfb25787e8533ab0b
parent78b31ca7824500e429ba026c1a9b48e0b41c50cb
ci : use dynamic libopenblas.dll for window-blas (#3177)

* ci : use dynamic libopenblas.dll for window-blas

This commit updates the windows-blas job to use the dynamic (can load
different kernels depending of the CPU arch) libopenblas.dll instead of
the "static" openblas.dll that get installed by vcpgk.

The motivation for this change is that there have been reports of
performance drops in later version specifically related to blas. Please
see the links below for more details.

Resolves: https://github.com/ggml-org/whisper.cpp/issues/3166
Refs: https://github.com/ggml-org/whisper.cpp/issues/2666#issuecomment-2885978811
.github/workflows/build.yml