whisper.cpp / CMakeLists.txt

Commit History

build : improve disabling AVX-512 (#2129)
dd6f1ab
unverified

Przemysław Pawełczyk commited on

release : v1.5.5
460bd9e
unverified

ggerganov commited on

build : fix embedded Metal library generation (#2045)
b0e83a9
unverified

Didzis Gosko commited on

build : detect AVX512 in Makefile, add AVX512 option in CMake (#2043)
9d0bb12
unverified

Didzis Gosko commited on

cmake : support for CPU BLAS build via Intel MKL (#2024)
9a2c42b
unverified

slashlib commited on

cmake : create solution folders (#2004)
2616a7c
unverified

ulatekh commited on

build : use pkg-config for OpenBLAS (#1778)
d5d466c
unverified

Przemysław Pawełczyk commited on

sync : ggml (#2001)
cbbfa9e
unverified

ggerganov commited on

cmake : copy ggml-common.h to bin
f592e46
unverified

ggerganov commited on

cmake : add library versioning (#1352)
3ab7ee7
unverified

kennethge ggerganov commited on

whisper : add SYCL support (#1863)
9a168fc
unverified

Abhilash Majumder commited on

build : update CBLAS flags + fix unused var warning (#0)
496c0f1
unverified

ggerganov commited on

metal : option to embed MSL source into compiled binary (#1842)
a46b62a
unverified

Didzis Gosko commited on

cmake : make libwhisper.so position independent (#1792)
1cf1553
unverified

trixirt commited on

cmake : temporary remove VLA check (#1795)
1a32e6f
unverified

ggerganov commited on

release : v1.5.4
96799a3
unverified

ggerganov commited on

release : v1.5.3
1f8a047
unverified

ggerganov commited on

examples : fix WASM Stack Overflow (#1713)
57c0e54
unverified

AHuguet commited on

sync : ggml (VMM, sync-ggml-am, dotprod ARM fixes, CUDA fixes) (#1691)
919a447
unverified

ggerganov commited on

cmake : set default CUDA architectures (#1667)
0969db5
unverified

bobqianic commited on

release : v1.5.2
9dd774b
unverified

ggerganov commited on

cmake : install required ggml.h header (#1568)
9001318
unverified

Gregor Jasny commited on

release : v1.5.1
4515273
unverified

ggerganov commited on

release : v1.5.0
65d366a
unverified

ggerganov commited on

release : v1.4.3
4d80650
unverified

ggerganov commited on

sync : ggml (backend v2, k-quants, CUDA opts, Metal opts, etc.) (#1422)
7006035
unverified

ggerganov Chris Raethke commited on

cmake : Abort the build if a requested feature could not be configured (#1350)
fb91f57
unverified

Marcin Mielniczuk commited on

cmake : Prefer pkg-config while looking for BLAS (#1349)
67693c8
unverified

Marcin Mielniczuk commited on

whisper : Metal and ggml-alloc support (#1270)
714ee6b
unverified

ggerganov commited on

ci : upgrade gradle to 2.4.2 (#1263)
a88e806
unverified

ggerganov commited on

cmake : noramlize case (#1129)
c34de91
unverified

ggerganov commited on

build : do not use _GNU_SOURCE gratuitously (#1129)
beefa34
unverified

Przemysław Pawełczyk commited on

whisper : initial hipBLAS support (#1209)
e093092
unverified

ardfork commited on

build : fix OpenBLAS detection under Arch Linux (#1173)
1551f4e
unverified

Marcin Mielniczuk commited on

cmake : fix PowerPC build failures introduced in #1174 (#1196)
35adb54
unverified

Marcin Mielniczuk commited on

Fix AVX etc. under GCC/CMake (#1174)
87c002e
unverified

Marcin Mielniczuk commited on

cmake : fix MSVC compile error C3688 (#1136)
44ab249
unverified

bobqianic commited on

Revert "cmake : fix MSVC compile error C3688 on non-unicode Windows (#1110)"
8862803
unverified

ggerganov commited on

cmake : enable OpenBLAS on Windows (#1128)
7b4d898
unverified

bobqianic commited on

cmake : fix MSVC compile error C3688 on non-unicode Windows (#1110)
ddd76e1
unverified

gonchaxyz Gang Chen commited on

ci : more platforms coverage (#1101)
c4448fa
unverified

alonfaraj Alon Faraj commited on

whisper : add OpenVINO support (#1037)
49bcee6
unverified

Ryan Metcalfe ggerganov commited on

opencl : sync latest ggml-opencl
ced3ca3
unverified

ggerganov commited on

cmake : build with any BLAS compatible library (#927)
1fe6df0
unverified

aih1013 commited on

release : v1.4.2
92d863e
unverified

ggerganov commited on

cmake : fix define used for COREML_ALLOW_FALLBACK (#893)
3f26c89
unverified

Jonathan Soo commited on

cmake : fix options disabling AVX and AVX2 flags (#885)
b44a680
unverified

ZaBlazzingZephyrus commited on

cmake : add options to disable CPU flags (#860)
6a5e7e7
unverified

ggerganov commited on

ci : add cuBLAS build workflow and fix error causing lines in CMakeLists (#867)
4a2abaf
unverified

RelatedTitle commited on

build : CLBlast support as in llama.cpp (#862)
6a785f1
unverified

Vulcan commited on