mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-08 15:30:15 +00:00
Fix compilation error with IQK_FA_ALL_QUANTS enabled (#226)
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
@@ -15315,9 +15315,11 @@ struct HelperIQ4nl final : public BaseHelper<step> {
|
||||
#ifdef __aarch64__
|
||||
using block_q8 = block_q8_0;
|
||||
HelperIQ4nl(const char * data, int stride) : Base(data, stride), values(vld1q_s8(iq4k_values)) {}
|
||||
constexpr static int block_size_q = QK8_0;
|
||||
#else
|
||||
HelperIQ4nl(const char * data, int stride) : Base(data, stride) {}
|
||||
using block_q8 = block_q8_1;
|
||||
constexpr static int block_size_q = QK8_1;
|
||||
#endif
|
||||
|
||||
// Needed for v * softmax(k * q)
|
||||
|
||||
Reference in New Issue
Block a user