remove unsed

This commit is contained in:
Eddie-Wang1120 2024-06-07 18:29:59 +08:00
parent 5e59660173
commit 2a01a7ce0d
3 changed files with 38 additions and 25 deletions

View file

@ -3729,9 +3729,6 @@ static inline __m128i get_scale_shuffle(int i) {
//====================================== I2 ===============================================
void ggml_vec_dot_i2_q8_0(int n, float * restrict s, size_t bs, const void * restrict vx, size_t bx, const void * restrict vy, size_t by, int nrc) {
const int qk = QK8_0;
const int nb = n / qk;
const uint8_t * restrict x = vx;
const int8_t * restrict y = vy;