You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
llama.cpp/tests
Georgi Gerganov 7a32fcb3b2
ggml : add Q8_0 quantization format (rename the old one to Q8_1) (ARM NEON) (#1179)
* ggml : add Q8_0 quantization format (rename the old one to Q8_1)

* tests : fix test-quantize-fns

* ggml : finalize Q8_0 implementation

* ggml : use q4_0_q8_0 and q4_2_q8_0

* ggml : fix Q8_0 dot product bug (ARM)

* ggml : Q8_0 unroll x2

* ggml : fix bug - using wrong block type

* ggml : extend quantize_fns_t with "vec_dot_type"

* ggml : fix Q8_0 to use 255 values out of 256

* ggml : fix assert using wrong QK4_2 instead of QK4_3
1 year ago
..
CMakeLists.txt ggml : unit test for quantization functions (#953) 1 year ago
test-double-float.c all : be more strict about converting float to double (#458) 1 year ago
test-quantize-fns.cpp ggml : add Q8_0 quantization format (rename the old one to Q8_1) (ARM NEON) (#1179) 1 year ago
test-quantize-perf.cpp Fix CI: ARM NEON, quantization unit tests, editorconfig (#1122) 1 year ago
test-tokenizer-0.cpp llama : well-defined static initialization of complex objects (#927) 1 year ago