Fix q4_k opencl struct order
This commit is contained in:
parent
1506affd0a
commit
a4ee2b89d2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue