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
2023-04-17 17:41:53 +03:00
..
CMakeLists.txt all : be more strict about converting float to double (#458) 2023-03-28 19:48:20 +03:00
test-double-float.c all : be more strict about converting float to double (#458) 2023-03-28 19:48:20 +03:00
test-quantize.c ggml : introduce structs for the q4 data blocks (#356) 2023-03-28 18:56:03 +03:00
test-tokenizer-0.cpp llama : well-defined static initialization of complex objects (#927) 2023-04-17 17:41:53 +03:00