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
Arik Poznanski efd05648c8
llama : well-defined static initialization of complex objects (#927)
* Replaced static initialization of complex objects with a initialization on first use. This prevents an undefined behavior on program run, for example, crash in Release build, works in Debug build

* replaced use of auto with exact type to avoid using -std=c++14

* Made the assessors functions for static maps be static const
1 year ago
..
CMakeLists.txt all : be more strict about converting float to double (#458) 1 year ago
test-double-float.c all : be more strict about converting float to double (#458) 1 year ago
test-quantize.c ggml : introduce structs for the q4 data blocks (#356) 1 year ago
test-tokenizer-0.cpp llama : well-defined static initialization of complex objects (#927) 1 year ago