onnxruntime/onnxruntime/core/mlas
Dmitri Smirnov af9dbb70f2
Introduce a separate check and conditional for AVX512BW build (#2083)
Separate checks for AVX512f and AVX512BW
  Make AVX512BW cmake instructions nested within AVX512F support.
2019-10-10 16:14:00 -07:00
..
inc MLAS: add DGEMM support (#1953) 2019-09-30 10:04:59 -07:00
lib Introduce a separate check and conditional for AVX512BW build (#2083) 2019-10-10 16:14:00 -07:00
README.md Initial bootstrap commit. 2018-11-19 16:48:22 -08:00

About MLAS

MLAS is a compute library containing processor optimized GEMM kernels and platform specific threading code.

Unit tests for MLAS

Unit tests for the SGEMM kernels are available under onnxruntime\test\mlas. These tests run over a range of inputs that then execute the various special cases for aligned and unaligned outputs. The tests have failed if any "mismatch" strings are printed.