summaryrefslogtreecommitdiff
path: root/ggml-impl.h
AgeCommit message (Expand)Author
2024-05-25ggml: aarch64: SVE kernels for q8_0_q8_0, q4_0_q8_0 vector dot (#7433)Masaya, Kato
2024-05-20ggml : add loongarch lsx and lasx support (#6454)junchao-loongson
2024-05-20Add provisions for windows support for BF16 code including CMake provision fo...Srihari-mcw
2024-05-14ggml : expose SSE3 and SSSE3 for MSVC when AVX is available (whisper/2128)Przemysław Pawełczyk
2024-05-08ggml : introduce bfloat16 support (#6412)Justine Tunney
2024-04-29ggml : fix __MSC_VER -> _MSC_VER (#6977)Georgi Gerganov
2024-04-25ggml : fix MIN / MAX macros (#6904)Georgi Gerganov
2024-04-24ggml : move 32-bit arm compat in ggml-impl.h (#6865)Georgi Gerganov
2024-04-16ggml : add llamafile sgemm (#6414)Justine Tunney
2024-03-11ggml, ci : Windows ARM runner and build fixes (#5979)Michael Podvitskiy
2024-02-22ggml : always define ggml_fp16_t as uint16_t (#5666)Georgi Gerganov
2024-02-05ggml : make use of ggml-quants.h possible in C++ code (#5338)Kawrakow
2024-01-12llama : ggml-backend integration (#4766)slaren
2024-01-04ggml : include stdlib.h before intrin.h (#4736)Georgi Gerganov
2023-12-07sync : ggml (new ops, tests, backend, etc.) (#4359)Georgi Gerganov
2023-11-13ggml : sync (im2col, GPU conv, 32-bit arm compat) (#4060)Georgi Gerganov
2023-11-13sync : ggml (backend v2) (#3912)Georgi Gerganov
2023-10-30ggml : move FP16 <-> FP32 code to ggml-impl.h (#3861)Georgi Gerganov