summaryrefslogtreecommitdiff
path: root/ggml.c
AgeCommit message (Expand)Author
2024-04-26Merge pull request from GHSA-p5mv-gjc5-mwqvGeorgi Gerganov
2024-04-25ggml : fix redefinition of vaddvq_f32 for 32-bit ARM (#6906)Georgi Gerganov
2024-04-22llamafile : improve sgemm.cpp (#6796)Justine Tunney
2024-04-18ggml : group all experts in a single ggml_mul_mat_id (#6505)slaren
2024-04-16ggml : fix llamafile sgemm wdata offsets (#6710)Georgi Gerganov
2024-04-16ggml : add llamafile sgemm (#6414)Justine Tunney
2024-04-12metal : unify mul_mv_id kernels (#6556)slaren
2024-04-12llama : add gguf_remove_key + remove split meta during quantize (#6591)jiez
2024-04-09llama : add Command R Plus support (#6491)Carolinabanana
2024-04-03ggml : mul_mat_id use the same tensor for all the experts (#6387)slaren
2024-03-29Vulkan k-quant mmq and ggml-backend offload functionality (#6155)0cc4m
2024-03-27ggml : fix bounds checking of zero size views (#6347)slaren
2024-03-26llama : greatly reduce output buffer memory usage (#6122)compilade
2024-03-26IQ1_M: 1.75 bpw quantization (#6302)Kawrakow
2024-03-26cuda : rename build flag to LLAMA_CUDA (#6299)slaren
2024-03-24Fix heap corruption from wmode out-of-bound writes on windows (#6272)Rick G
2024-03-24[SYCL] offload op (#6217)Meng, Hengyu
2024-03-23use _wfopen instead of fopen on Windows (#6248)Jared Van Bortel
2024-03-18backend : offload large batches to GPU (#6083)slaren
2024-03-16ggml : add AVX512F SIMD (#6088)AmirAli Mirian
2024-03-15gguf : add support for I64 and F64 arrays (#6062)Ondřej Čertík
2024-03-13llama : add pipeline parallelism support (#6017)slaren
2024-03-11ggml, ci : Windows ARM runner and build fixes (#5979)Michael Podvitskiy
2024-03-09ggml : remove old quantization functions (#5942)Georgi Gerganov
2024-03-08llama : support Mamba Selective State Space Models (#5328)compilade
2024-03-06ggml : use SYS_get_cpu if SYS_getcpu is not defined (#5906)Jared Van Bortel
2024-03-04ggml : fix unknown status (#0)Georgi Gerganov
2024-03-04ggml : introduce ggml_status (ggml/750)Michael Podvitskiy
2024-03-04add some new ops, fix some operators and add batch operations to certain oper...leejet
2024-02-28add google magika inference example (ggml/748)slaren
2024-02-28Introduce backend GUIDs (ggml/743)UEXTM.com
2024-02-28ggml : make i-quants work with super-blocks of 64 (CPU,Metal) (#5760)Kawrakow
2024-02-27IQ4_XS: a 4.25 bpw quantization (#5747)Kawrakow
2024-02-26Adding IQ2_S and IQ2_M to complete coverage of the 2-3 bit quantization range...Kawrakow
2024-02-25code : normalize enum names (#5697)Georgi Gerganov
2024-02-24IQ3_S: a much better alternative to Q3_K (#5676)Kawrakow
2024-02-22ggml : always define ggml_fp16_t as uint16_t (#5666)Georgi Gerganov
2024-02-21sync : ggml (#5633)Georgi Gerganov
2024-02-21IQ4_NL: 4-bit non-linear quants with blocks of 32 (#5590)Kawrakow
2024-02-19Allow for Vulkan build with Accelerate.Mathijs de Bruin
2024-02-19ggml : android and old glibc NUMA incompatibility bugfixes (#5557)bmwl
2024-02-18ggml, common, examples, tests : fixed type arguments in printf (#5528)Herman Semenov
2024-02-181.5 bit quantization (#5453)Kawrakow
2024-02-17ggml : add ALiBi support for ggml_soft_max_ext (#5488)Georgi Gerganov
2024-02-17ci : add an option to fail on compile warning (#3952)Ananta Bastola
2024-02-16ggml : add numa options (#5377)bmwl
2024-02-12sync : ggml (#5452)Georgi Gerganov
2024-02-11ggml : add mmla kernels for quantized GEMM (#4966)snadampal
2024-02-10ggml : add abort_callback for cpu backend (ggml/725)Michael Podvitskiy
2024-02-07Basic Vulkan Multi-GPU implementation (#5321)0cc4m