summaryrefslogtreecommitdiff
path: root/tests/test-quantize-perf.cpp
AgeCommit message (Expand)Author
2023-12-14ggml : use ggml_row_size where possible (#4472)slaren
2023-12-12english : use `typos` to fix comments and logs (#4354)Richard Kiss
2023-10-04sync : ggml (conv 1d + 2d updates, UB fixes) (#3468)Georgi Gerganov
2023-09-15check C++ code with -Wmissing-declarations (#3184)Cebtenzzre
2023-09-07fix some warnings from gcc and clang-tidy (#3038)Cebtenzzre
2023-07-05ggml : generalize `quantize_fns` for simpler FP16 handling (#1237)Stephan Walter
2023-06-26tests : fix quantize perf (#1990)katsu560
2023-06-16build : fix and ignore MSVC warnings (#1889)Borislav Stanimirov
2023-04-22Fix CI: ARM NEON, quantization unit tests, editorconfig (#1122)Stephan Walter
2023-04-22ggml : unit test for quantization functions (#953)unbounded