This commit is contained in:
Julia Longtin 2024-05-09 20:41:50 +00:00
parent 30e8b37f33
commit bf674be34f

View file

@ -3355,7 +3355,7 @@ void quantize_row_q8_K(const float * restrict x, void * restrict y, int64_t 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