whisper.cpp / ggml /src /CMakeLists.txt

Commit History

ggml: initial IBM zDNN backend (llama/14975)
449e1a4

taronaeo commited on

cmake: Add GGML_BACKEND_DIR option (llama/15074)
6e460b6

Christian Kastner commited on

ggml: Add initial WebGPU backend (llama/14521)
0dd208f

Reese Levine commited on

sync : resolve conflicts (#0)
5ec49ef

ggerganov commited on

Implement GGML_CPU_ALL_VARIANTS for PowerPC (llama/14286)
0bcd751

Christian Kastner Diego Devesa commited on

ggml: Add Apple support for GGML_CPU_ALL_VARIANTS (llama/14258)
9d1d21b

Charles Xu commited on

ggml: Add Android support for GGML_CPU_ALL_VARIANTS (llama/14206)
7ddd89c

Charles Xu commited on

Implement GGML_CPU_ALL_VARIANTS for ARM (llama/14080)
c9cec9d

Christian Kastner commited on

llama : allow using mmap without PrefetchVirtualMemory, apply GGML_WIN_VER to llama.cpp sources (llama/14013)
f0a0ac8

Diego Devesa commited on

Add in-build ggml::ggml ALIAS library (ggml/1260)
faef029

Kai Pastor commited on

cmake: Guard GGML_CPU_ALL_VARIANTS by architecture (llama/13890)
a434936

Christian Kastner commited on

cmake: Factor out CPU architecture detection (llama/13883)
b436dcc

Christian Kastner commited on

ggml : install dynamic backends (ggml/1240)
1909e63

rgerganov commited on

ggml : Print backtrace on uncaught C++ exceptions (ggml/1232)
1459465

Daniel Tang commited on

whisper : install shared libs when using GGML_BACKEND_DL (#3195)
f44915b
unverified

peardox commited on

cmake : removed stdc++fs (#3097)
e715962
unverified

JaredTweed commited on

ggml : add SSE 4.2 and x64 base variant for CPUs without AVX (llama/12871)
f8795d3

Diego Devesa commited on

cmake : fix ccache conflict (llama/12522)
22dfdf6

Jay commited on

Fix build on Windows when ccache enabled (ggml/9954) (llama/9976)
bbd0292

蕭澧邦 Romain Biessy commited on

Fix visionOS build and add CI (llama/12415)
ecb4322

guusw Giovanni Petrantoni commited on

cmake : enable building llama.cpp using system libggml (llama/12321)
6da01d6

Christian Kastner commited on

cmake : fix undefined reference errors for std::filesystem in ggml (#12092) (llama/12094)
dc68418

xiaofei Ray Lee commited on

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

Rémy O commited on

whisper : support GGML_BACKEND_DL (#2843)
2e6437e
unverified

Diego Devesa ggerganov commited on

`ci`: use sccache on windows instead of ccache (llama/11545)
9ed1962

Olivier Chafik commited on

cmake : don't fail on `GGML_CPU=OFF` (llama/11457)
6406a6e

someone13574 commited on

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

bandoti ggerganov commited on

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

JohannesGaessler commited on

ggml : fixes for AVXVNNI instruction set with MSVC and Clang (llama/11027)
d13ac16

Srihari-mcw slaren commited on

ggml : use wstring for backend search paths (llama/10960)
656e8b1

Diego Devesa 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 : refactor online repacking (llama/10446)
163128e

Djip007 ggerganov 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

cmake : enable warnings in llama (llama/10474)
26a670b

ggerganov commited on

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

Diego Devesa ggerganov commited on

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

bandoti commited on

ggml: new optimization interface (ggml/988)
dd33ace

JohannesGaessler commited on

cmake : restore CMakeLists.txt (llama/10256)
51a70ff

ggerganov commited on

cmake : fix ppc64 check (#0)
f3c3fca

ggerganov commited on

ggml : optimize llamafile cpu matrix multiplication for ppc64le (llama/10156)
18bdb35

amritahs-ibm commited on

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

ggerganov commited on

ggml : move CPU backend to a separate file (llama/10144)
0f447f2

Diego Devesa commited on

llama : use smart pointers for ggml resources (llama/10117)
6b82135

Diego Devesa commited on

build: fix build error in Windows env with OneAPI setup (llama/10107)
e295a3f

Zhenwei Jin commited on

kompute: add mul_mat_q4_k shader (llama/10097)
d2ba164

slpnix commited on

cmake : make it possible linking ggml as external lib (ggml/1003)
5cd9a05

Yuri Khrustalev commited on

add amx kernel for gemm (llama/8998)
db52137

mingfeima commited on

musa: add docker image support (llama/9685)
553b278

R0CKSTAR commited on