AVX-512 entrypoint for exact Q8_K row quantization. More...
Go to the source code of this file.
Functions | |
| void | quantize_row_q8_k_avx512 (const float *x, void *vy, int k) |
| void | quantize_row_q8_k_ref (const float *x, void *vy, int k) |
AVX-512 entrypoint for exact Q8_K row quantization.
Definition in file quantize_row_q8_k_avx512.c.
| void quantize_row_q8_k_avx512 | ( | const float * | x, |
| void * | vy, | ||
| int | k | ||
| ) |
Definition at line 8 of file quantize_row_q8_k_avx512.c.
References quantize_row_q8_k_ref().
Referenced by quantize_row_q8_k().
| void quantize_row_q8_k_ref | ( | const float * | x, |
| void * | vy, | ||
| int | k | ||
| ) |
Definition at line 61 of file gemm_kernels_q4k_q8k.c.
References block_q8_K::bsums, ck_nearest_int(), block_q8_K::d, QK_K, and block_q8_K::qs.
Referenced by quantize_row_q8_k(), and quantize_row_q8_k_avx512().