mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 11:29:43 +00:00
cleanup, fix native build for arm (+28 squashed commit)
Squashed commit: [d1f6a4154] bundle library [947ab84b7] undo [0f9aba8d8] test [e9ac93873] test [920438202] test [1c6d98804
] Revert "quick test" This reverts commitacf8ec8940
. [acf8ec894
] quick test [6a9937233
] undo [5a263a5bd
] test [ddfd82bca
] test [0b30e45da
] test [c3bfece55
] messed up [2a4b37fe0
] Revert "test" This reverts commit80a1fcaeaf
. [80a1fcaea
] test [e2aa7d944
] test [264d80200
] test [f5b123173
] undo [1ffacc484
] test [63c0be926
] undo [510e0377e
] ofast try fix [4ac199b20
] try fix sigill [1bc987ba2
] try fix illegal instruction [7697252b1
] edit [f87087b28
] check gcc ver [e9dfe2cef
] try using qemu to do the pyinstaller [b411192db
] revert [25b5301e5
] try using qemu to do the pyinstaller [58038cddc
] try using qemu to do the pyinstaller
This commit is contained in:
parent
e9d2332dd8
commit
a11bba5893
28 changed files with 69 additions and 10898 deletions
|
@ -1829,7 +1829,7 @@ void ggml_vec_dot_q4_0_q8_0(int n, float * restrict s, size_t bs, const void * r
|
|||
int ib = 0;
|
||||
float sumf = 0;
|
||||
|
||||
#if defined(__ARM_FEATURE_SVE)
|
||||
#if defined(__ARM_FEATURE_SVE) && ! defined(LLAMA_NOSVE)
|
||||
svfloat32_t sumv0 = svdup_n_f32(0.0f);
|
||||
svfloat32_t sumv1 = svdup_n_f32(0.0f);
|
||||
|
||||
|
@ -3419,7 +3419,7 @@ void ggml_vec_dot_q8_0_q8_0(int n, float * restrict s, size_t bs, const void * r
|
|||
int ib = 0;
|
||||
float sumf = 0;
|
||||
|
||||
#if defined(__ARM_FEATURE_SVE)
|
||||
#if defined(__ARM_FEATURE_SVE) && ! defined(LLAMA_NOSVE)
|
||||
svfloat32_t sumv0 = svdup_n_f32(0.0f);
|
||||
svfloat32_t sumv1 = svdup_n_f32(0.0f);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue