whisper.cpp / ggml /CMakeLists.txt

Commit History

ggml : add predefined list of CPU backend variants to build (llama/10626)
1794b43

Diego Devesa commited on

ggml : move AMX to the CPU backend (llama/10570)
3732429

Diego Devesa commited on

ggml : add support for dynamic loading of backends (llama/10469)
b73266f

Diego Devesa ggerganov HF Staff commited on

add cmake rvv support (llama/10411)
e0bf47c

haopeng commited on

ggml : sync resolve (skip) (#0)
d4d67dc

ggerganov HF Staff commited on

Add required ggml-base and backend libs to cmake pkg (llama/10407)
8fdd994

bandoti commited on

sycl : Add option to set the SYCL architecture for all targets (llama/10266)
0d836df

Romain Biessy commited on

CUDA: remove DMMV, consolidate F16 mult mat vec (llama/10318)
e446f60

JohannesGaessler commited on

backend cpu: add online flow for aarch64 Q4_0 GEMV/GEMM kernels (llama/9921)
3541ee8

Charles Xu Diego Devesa commited on

ggml : build backends as libraries (llama/10256)
3dc93f3

Diego Devesa ggerganov HF Staff R0CKSTAR commited on

metal : opt-in compile flag for BF16 (llama/10218)
5f667d1

ggerganov HF Staff commited on

ggml : add ggml-cpu.h to the public headers (llama/10204)
936a35f

Diego Devesa commited on

add amx kernel for gemm (llama/8998)
db52137

mingfeima commited on

cmake : do not hide GGML options + rename option (llama/9465)
8c32d36

ggerganov HF Staff commited on

Improve Vulkan shader build system (llama/9239)
9746f77

Markus Tavenrath commited on

sync : vulkan (skip) (llama/0)
5fe3dd6

ggerganov HF Staff commited on

cmake : remove unused option GGML_CURL (llama/9011)
12634fc

ggerganov HF Staff commited on

cann: update cmake (llama/8765)
345a58d

wangshuai09 commited on

feat: Support Moore Threads GPU (llama/8383)
a35db11

yeahdongcn commited on

cmake : install all ggml public headers (llama/8480)
73a16f3

65a 65a commited on

ggml : move sgemm sources to llamafile subfolder (llama/8394)
1554348

ggerganov HF Staff commited on

cmake : only enable GGML_NATIVE and x86 flags if not crosscompiling (ggml/885)
0456299

stanimirovb commited on

ggml : add GGML_CUDA_USE_GRAPHS option, restore GGML_CUDA_FORCE_CUBLAS (cmake) (llama/8140)
e83fdad
unverified

slaren commited on

whisper : reorganize source code + improve CMake (#2256)
f75c2e3
unverified

ggerganov HF Staff commited on