index
:
ik_llama.cpp.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
benchmark
/
benchmark-matmult.cpp
Age
Commit message (
Expand
)
Author
2024-03-09
ggml : remove old quantization functions (#5942)
Georgi Gerganov
2024-01-14
2-bit quantizations (#4897)
Kawrakow
2023-12-14
ggml : add ggml_row_size() (fixes llama out of space) (#4461)
LostRuins
2023-11-13
sync : ggml (backend v2) (#3912)
Georgi Gerganov
2023-11-02
build : link against build info instead of compiling against it (#3879)
cebtenzzre
2023-09-20
benchmark-matmult : do not use integer abs() on a float (#3277)
Cebtenzzre
2023-09-20
examples : fix benchmark-matmult (#1554)
Georgi Gerganov
2023-09-18
make : restore build-info.h dependency for several targets (#3205)
Cebtenzzre
2023-09-15
examples : add compiler version and target to build info (#2998)
Cebtenzzre
2023-07-07
ggml : change ggml_graph_compute() API to not require context (#1999)
Qingyou Meng
2023-06-16
build : fix and ignore MSVC warnings (#1889)
Borislav Stanimirov
2023-05-20
llama : add llama_init_backend() API (close #1527)
Georgi Gerganov
2023-05-17
benchmark-matmul: Print the average of the test results (#1490)
rankaiyx
2023-05-14
benchmark-matmul: fix clang-tidy issues, report results in GFLOPS (#1458)
slaren
2023-05-02
llama : fix compile warnings
Georgi Gerganov
2023-05-01
Add git-based build information for better issue tracking (#1232)
DannyDaemonic
2023-04-30
Various fixes to mat_mul benchmark (#1253)
Stephan Walter