Commit History

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

ggerganov commited on

ggml : refactoring (llama/#0)
1b62c96

ggerganov commited on

ggml : fix builds (llama/0)
524a01b

ggerganov commited on

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

ggerganov 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 commited on

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

Eve commited on

metal : handle zero-sized allocs (llama/9466)
868283e

ggerganov commited on

common : reimplement logging (llama/9418)
e893c97

ggerganov commited on

cmake : correct order of sycl flags (llama/9497)
45ddbb5

Michael Podvitskiy commited on

cmake : try to fix sycl+intel build (llama/9487)
dd66fc9

Michael Podvitskiy commited on

ggml : ggml_type_name return "NONE" for invalid values (llama/9458)
8a1bb27

Yuri Khrustalev commited on

cmake : use list(APPEND ...) instead of set() + dedup linker (llama/9463)
5497c27

ggerganov Michael Podvitskiy commited on

cann: Add host buffer type for Ascend NPU (llama/9406)
7cbca42

Dou Xinpeng commited on

riscv : modify Makefile and add a RISCV_VECT to print log info (llama/9442)
f77ad34

Ahmad Tameem commited on

cann: Fix error when running a non-exist op (llama/9424)
74dcc66

Xinpeng Dou commited on

CUDA: fix --split-mode row race condition (llama/9413)
b021272

JohannesGaessler commited on

musa: remove Clang builtins mapping (llama/9421)
ba2469d

R0CKSTAR commited on

sycl : update support conditions (llama/9394)
9a876d1

Alberto Cabrera Pérez commited on

metal : fix compile warning with GGML_METAL_NDEBUG (llama/0)
dfc0bf0

ggerganov commited on

rpc : fix segfault with nkvo (llama/9389)
66ce884

rgerganov slaren commited on

ggml : vector length agnostic SVE support (llama/9290)
189a444

Prashant Vithule ggerganov commited on

CUDA: fix variable name conflict for Windows build (llama/9382)
44d4193

JohannesGaessler commited on

Overlap cmdbuffer creation and cmdbuffer execution in Vulkan backend by submitting smaller cmdbuffers early. (llama/9118)
e374798

Markus Tavenrath commited on

cuda : fix FA Q src index (1 -> 0) (llama/9374)
8cfb955

ggerganov commited on

add check malloc result on device (llama/9346)
cf68be7

Neo Zhang Jianyu arthw commited on

ggml/examples: add backend support for numerical optimization (ggml/949)
5c178b0

JohannesGaessler ggerganov slaren commited on

examples : add null threadpool args where needed (ggml/0)
0bb7364

ggerganov commited on

metal : update support condition for im2col + fix warning (llama/0)
ed9150a

ggerganov commited on

ggml : always check bounds on get_rows operations (llama/9354)
a13c99b

slaren commited on

ggml : fix missing `cpu_set_t` on emscripten (llama/9336)
d8c76ac

Xuan Son Nguyen commited on

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

Markus Tavenrath commited on

ggml-quants : ternary packing for TriLMs and BitNet b1.58 (llama/8151)
d1c244a

compilade commited on

cuda : fix defrag with quantized KV (llama/9319)
061ca37

slaren commited on

ggml : AVX2 support for Q4_0_8_8 (llama/8713)
480ad4d

Srihari-mcw commited on

Fix DMMV dequantization (llama/9279)
aa12d61

Ouadie EL FAROUKI commited on

ggml : add pthread includes on FreeBSD (llama/9258)
d558e0e

yuri@FreeBSD commited on

Threadpool: take 2 (llama/8672)
e3e9ca4

Faisal Zaghloul Max Krasnyansky quic-fzaghlou Max Krasnyansky slaren commited on

vulkan: fix compilation with GGML_VULKAN_DEBUG=ON (ggml/948)
7f60aae

smeso commited on

vulkan: add dryrun support to sin and cos ops (ggml/947)
e2fe267

smeso commited on

vulkan: correctly report support for OP_CONT (ggml/946)
098f7fa

smeso commited on

tests: add gradient tests for all backends (ggml/932)
4751b2f

JohannesGaessler commited on

go : add temperature options (#2417)
5b36f0b
unverified

Binozo Binozo commited on

docker : add libsdl2-dev for container builds (#2424)
aa93432
unverified

JohnnyB commited on

go : add tests and update bindings (#2425)
c80d17a
unverified

Stavros Panakakis commited on

server : use OS-generated temp file name for converted files (#2419)
04d9c8d
unverified

teejae commited on