Fix q4_k opencl struct order

This commit is contained in:
0cc4m 2023-06-12 08:13:05 +02:00
parent 1506affd0a
commit a4ee2b89d2

View file

@ -77,10 +77,10 @@ struct __attribute__ ((packed)) block_q3_K
struct __attribute__ ((packed)) block_q4_K
{
uint8_t scales[12];
uint8_t qs[128];
half d;
half dmin;
uint8_t scales[12];
uint8_t qs[128];
};
struct __attribute__ ((packed)) block_q6_K