onnxruntime/onnxruntime/core/mlas
RandySheriffH 76b31d6ce2
fix xcode alerts (#4470)
* fix xcode alerts

* fix comment

* fix comments

* update text

* fix comments

* fix comments

* remove checks on context

Co-authored-by: Randy <Randy@randysmac.attlocal.net>
Co-authored-by: Randy <Randy@randysmac.local>
Co-authored-by: Tracy Sharpe <tracysh@microsoft.com>
2020-07-16 10:20:34 -07:00
..
inc Fix avx2 load 32 bytes buffer overrun. (#4455) 2020-07-09 15:54:31 -07:00
lib fix xcode alerts (#4470) 2020-07-16 10:20:34 -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.