whisper.cpp / ggml

Commit History

ggml : fix typo in example usage ggml_gallocr_new (ggml/984)
30a097b

danbev commited on

ggml : fixes after sync (ggml/983)
237c05a

Diego Devesa commited on

ggml-backend : add device and backend reg interfaces (llama/9707)
9d74d85

Diego Devesa commited on

Fixed dequant precision issues in Q4_1 and Q5_1 (llama/9711)
5239c28

Ouadie EL FAROUKI commited on

ggml-backend : add device and backend reg interfaces (llama/9707)
1bdb50a

Diego Devesa JohannesGaessler commited on

Initial cmake support of SYCL for AMD GPUs (llama/9658)
7d7ac98

Alberto Cabrera Pérez commited on

vulkan : do not use tensor->extra (llama/9407)
7d66a68

rgerganov OccamRazor commited on

ggml/ex: calculate accuracy in graph, adapt MNIST (ggml/980)
52069b8

JohannesGaessler commited on

ggml: refactor cross entropy loss CPU impl. (ggml/976)
2a0805f

JohannesGaessler commited on

metal : reduce command encoding overhead (llama/9698)
43d5a06

ggerganov HF Staff commited on

test: fix OPT_STEP_ADAMW for test-backend-ops (ggml/974)
76aa810

JohannesGaessler commited on

vulkan : mul_mat: fix UB with small warps (ggml/952)
d1a29c6

smeso commited on

ggml : fix ggml_cast (ggml/973)
c44d575

stanimirovb commited on

ggml: fix gradient allocation logic (ggml/966)
ad3f29d

JohannesGaessler commited on

ggml : define missing HWCAP flags (llama/9684)
1d52105

ggerganov HF Staff Willy Tarreau commited on

ggml : add run-time detection of neon, i8mm and sve (llama/9331)
12c0e23

Dan Johansson commited on

Enable use to the rebar feature to upload buffers to the device. (llama/9251)
760f8c2

Markus Tavenrath commited on

mtgpu: enable VMM (llama/9597)
e84b4f5

R0CKSTAR commited on

ggml : remove assert for AArch64 GEMV and GEMM Q4 kernels (llama/9217)
50395aa

Charles Xu commited on

cann: fix crash when llama-bench is running on multiple cann devices (llama/9627)
068c697

dou112 commited on

CUDA: remove bad assert (ggml/972)
91954a7

JohannesGaessler commited on

vulkan : multithread pipeline creation (ggml/963)
ba60f98

jeffbolznv commited on

vulkan : fix build for GGML_VULKAN_RUN_TESTS, add TFLOPS to log (ggml/961)
85e2387

jeffbolznv commited on

vulkan : argsort barriers must be under uniform control flow (ggml/951)
b2602d7

smeso commited on

ggml : fix GGML_MAX_N_THREADS + improve formatting (ggml/969)
ad34655

ggerganov HF Staff commited on

ggml : add ggml-cpu-impl.h (skip) (#0)
958f2d3

ggerganov HF Staff commited on

ggml : add AVX512DQ requirement for AVX512 builds (llama/9622)
14b5848

Eric Zhang commited on

log : add CONT level for continuing previous log entry (llama/9610)
a29a4c5

ggerganov HF Staff commited on

threads: fix msvc build without openmp (llama/9615)
97b3eb5

Max Krasnyansky commited on

cuda: add q8_0->f32 cpy operation (llama/9571)
6201c74

Nekotekina commited on

threads: improve ggml_barrier scaling with large number of threads (llama/9598)
aca04d5

Max Krasnyansky commited on

ggml : AVX512 gemm for Q4_0_8_8 (llama/9532)
7349efc

Srihari-mcw ggerganov HF Staff commited on

metal : use F32 prec for K*Q in vec FA (llama/9595)
99c4239

ggerganov HF Staff commited on

Revert "[SYCL] fallback mmvq (ggml/9088)" (llama/9579)
5aceb3d

Akarshan Biswas commited on

musa: enable building fat binaries, enable unified memory, and disable Flash Attention on QY1 (MTT S80) (llama/9526)
8ec75c3

R0CKSTAR commited on

Fix merge error in #9454 (llama/9589)
3142fa9

mollysama commited on

CUDA: enable Gemma FA for HIP/Pascal (llama/9581)
97cb7ce

JohannesGaessler commited on

RWKV v6: RWKV_WKV op CUDA implementation (llama/9454)
8d3e707

mollysama commited on

ggml-alloc : fix list of allocated tensors with GGML_ALLOCATOR_DEBUG (llama/9573)
673df39

slaren commited on

Update CUDA graph on scale change plus clear nodes/params (llama/9550)
6b63eb1

agray3 commited on

examples : adapt to ggml.h changes (ggml/0)
91c7734

ggerganov HF Staff commited on

ggml : refactoring (llama/#0)
1b62c96

ggerganov HF Staff commited on

ggml : fix builds (llama/0)
524a01b

ggerganov HF Staff commited on

ggml : fix trailing whitespace (llama/0)
214f95e

ggerganov HF Staff commited on

CUDA: fix sum.cu compilation for CUDA < 11.7 (llama/9562)
b305ecf

JohannesGaessler commited on

ggml : fix n_threads_cur initialization with one thread (llama/9538)
af82b69

slaren Max Krasnyansky commited on

threadpool : skip polling for unused threads (llama/9461)
9d11a7a

Max Krasnyansky commited on

ggml : link MATH_LIBRARY not by its full path (llama/9339)
07d57ec

Michael Podvitskiy commited on

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

ggerganov HF Staff commited on

ggml : IQ4_NL sgemm + Q4_0 AVX optimization (llama/9422)
f2986f6

Eve commited on