From 8df8f4ee815b92b919f348815f14a87266d27bcf Mon Sep 17 00:00:00 2001 From: Chen Fu <1316708+chenfucn@users.noreply.github.com> Date: Sat, 28 Oct 2023 17:19:43 -0700 Subject: [PATCH] spelling --- onnxruntime/core/mlas/inc/mlas_q4.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/onnxruntime/core/mlas/inc/mlas_q4.h b/onnxruntime/core/mlas/inc/mlas_q4.h index 78e44357f6070..f3bc2a2434ab3 100644 --- a/onnxruntime/core/mlas/inc/mlas_q4.h +++ b/onnxruntime/core/mlas/inc/mlas_q4.h @@ -233,7 +233,7 @@ MlasQ8Q4GemmBatch( //////////////////////////////////////////////////////////// // Blockwise quantization and dequantization where quantization -// parameters are packed into seperate buffers. +// parameters are packed into separate buffers. // /** @@ -280,7 +280,7 @@ MlasBlockwiseQuantizedShape( /** * @brief Blockwise 4 bits quantization, resulting elements and quantization - * parameters (scales, zero points) are packed into seperate matrices + * parameters (scales, zero points) are packed into separate matrices * all in column major layout for faster access during subsequent matrix * multiplication. * @@ -315,7 +315,7 @@ MlasQuantizeBlockwise( /** * @brief Blockwise 4 bits dequantization, quantized elements and quantization - * parameters (scales, zero points) are from seperate matrices packed + * parameters (scales, zero points) are from separate matrices packed * in column major layout. Output is a floating point matrix in column * major layout for faster access during subsequent matrix multiplication. * @@ -342,4 +342,4 @@ MlasDequantizeBlockwise( int rows, int columns, MLAS_THREADPOOL* thread_pool - ); \ No newline at end of file + );