remove unsed
This commit is contained in:
parent
5e59660173
commit
2a01a7ce0d
3 changed files with 38 additions and 25 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue