whisper.cpp / ggml /CMakeLists.txt

Commit History

ggml-cpu: Faster IQ1 mul_mat_vec on AVX2 using BMI2 instructions (llama/12154)
05466a9

Rémy O commited on

HIP: implement FlashAttention via rocWMMA for CDNA and RDNA3+ (llama/12032)
a027c1d

David Huang commited on

CUDA: compress mode option and default to size (llama/12029)
4ec988a

Green-Sky commited on

cmake: Fix ggml backend dependencies and installation (llama/11818)
c6c2a2c

Vladimir Vuksanovic commited on

Told cmake to install ggml-cpp.h as a public header file. (ggml/1126)
3d4f29c

petterreinholdtsen Petter Reinholdtsen commited on

ggml-cpu: Support s390x SIMD Instruction Set (llama/12019)
4aa54ec

Aaron Teo Jinyang He junchao-zhao commited on

CUDA: app option to compile without FlashAttention (llama/12025)
fbc5f16

JohannesGaessler commited on

ggml-cpu: Add CPU backend support for KleidiAI library (llama/11390)
9de6d81

Charles Xu commited on

cmake: Add ability to pass in GGML_BUILD_NUMBER (ggml/1096)
729db34
unverified

Christian Kastner commited on

cmake: add ggml find package (llama/11369)
ca6577f

bandoti ggerganov HF Staff commited on

Hip: disable VMM on hip as it seams that it dosent work in some configurations (llama/11420)
2cc4df4

uvos commited on

hip : Add hipGraph and VMM support to ROCM (llama/11362)
089afa0

uvos commited on

cmake : avoid -march=native when reproducible build is wanted (llama/11366)
3cae2d9

Bernhard M. Wiedemann commited on

fix: ggml: fix vulkan-shaders-gen build (llama/10448)
ad8f031

Sparkleholic commited on

GGUF: C++ refactor, backend support, misc fixes (llama/11030)
21c5b64

JohannesGaessler commited on

ggml : do not install metal source when embed library (ggml/1054)
9615cf2

ggerganov HF Staff commited on

ggml : fix arm build (llama/10890)
e58e7a9

Diego Devesa Adrien Gallouët commited on

Introducing experimental OpenCL backend with support for Qualcomm Adreno GPUs (llama/10693)
83a0899

lhez Skyler Szot Shangqing Gu Alexander Angus Hongqiang Wang Max Krasnyansky commited on

remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (llama/10797)
b38cecf

Diego Devesa commited on

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