fix typo
This commit is contained in:
parent
a283551db0
commit
e1fdfaae45
1 changed files with 1 additions and 1 deletions
|
@ -3583,7 +3583,7 @@ void quantize_row_q8_K(const float * restrict x, void * restrict y, int k) {
|
||||||
quantize_row_q8_K_reference(x, y, k);
|
quantize_row_q8_K_reference(x, y, k);
|
||||||
}
|
}
|
||||||
|
|
||||||
//===================================== Dot ptoducts =================================
|
//===================================== Dot products =================================
|
||||||
|
|
||||||
//
|
//
|
||||||
// Helper functions
|
// Helper functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue