Releases: ngxson/llama.cpp
Releases · ngxson/llama.cpp
b5516
opencl: add new ops - `argsort`, `div`, `sub`, `addrows`, `sigmoid`, …
b5515
opencl: mark `mul_mat` `f32f32` as supporting non-contiguous tensors …
b5514
vulkan: use timestamp queries for GGML_VULKAN_PERF (#13817) Also change it to be controlled by an env var rather than cmake flag
b5513
cmake : add llama-cparams.cpp to build (#13832)
b5512
SYCL: add gelu_erf kernel (#13749) * SYCL: add gelu_erf kernel * refactor code Co-authored-by: Atharva Dubey <[email protected]> * Use scope_op_debug_print --------- Co-authored-by: Atharva Dubey <[email protected]>
b5510
ggml : add ggml_repeat_4d (#13824)
b5509
ggml : riscv: add xtheadvector support (#13720) * ggml : riscv: add xtheadvector support * ggml : clean up some macro usage
b5508
mtmd : support Qwen 2.5 Omni (input audio+vision, no audio output) (#…
b5506
ggml-cpu: x86 feature detection is specific to x86 (#13811)
b5505
ggml : allow CUDA graphs when using pipeline parallelism (#13814)