Matmul nbits to optimize memory layout for avx instructions #22203
6 new alerts
New alerts in code changed by this pull request
- 6 warnings
See annotations below for details.
Annotations
Check warning on line 369 in onnxruntime/core/mlas/lib/sqnbitgemm_kernel_avx512.cpp
Code scanning / PREfast
The const variable 'BlkLen' can be computed at compile-time. Consider using constexpr (con.5). Warning
Check warning on line 370 in onnxruntime/core/mlas/lib/sqnbitgemm_kernel_avx512.cpp
Code scanning / PREfast
The const variable 'SubBlkLen' can be computed at compile-time. Consider using constexpr (con.5). Warning
Check warning on line 35 in onnxruntime/core/mlas/lib/sqnbitgemm_kernel_avx512_int8_blklen32.h
Code scanning / PREfast
The const variable 'mask' can be computed at compile-time. Consider using constexpr (con.5). Warning
Check warning on line 50 in onnxruntime/core/mlas/lib/sqnbitgemm_kernel_avx512_int8_blklen32.h
Code scanning / PREfast
The const variable 'mask' can be computed at compile-time. Consider using constexpr (con.5). Warning
Check warning on line 37 in onnxruntime/core/mlas/lib/sqnbitgemm_kernel_avx512_int8_blklen64.h
Code scanning / PREfast
The const variable 'mask' can be computed at compile-time. Consider using constexpr (con.5). Warning
Check warning on line 58 in onnxruntime/core/mlas/lib/sqnbitgemm_kernel_avx512_int8_blklen64.h
Code scanning / PREfast
The const variable 'mask' can be computed at compile-time. Consider using constexpr (con.5). Warning