llama.cpp/ggml
Francis Couture-Harpin 45719a2472 ggml : avoid directly using vmlal_high_s8, for 32-bit ARM compat
The compiler seems smart enough to use the same instruction
even when using vget_high_s8 instead.
2024-08-01 01:11:30 -04:00
..
cmake llama : reorganize source code + improve CMake (#8006) 2024-06-26 18:33:02 +03:00
include ggml : add TQ1_0 and TQ2_0 ternary quantization types 2024-07-30 18:33:15 -04:00
src ggml : avoid directly using vmlal_high_s8, for 32-bit ARM compat 2024-08-01 01:11:30 -04:00
.gitignore vulkan : cmake integration (#8119) 2024-07-13 18:12:39 +02:00
CMakeLists.txt feat: Support Moore Threads GPU (#8383) 2024-07-28 01:41:25 +02:00