onnxruntime/onnxruntime/core/mlas
Tracy Sharpe 21dacdd4d6
fix epilogue code (#695)
Repair the epilogue code for the aarch64 SGEMM kernel to restore registers from the correct stack location.
2019-03-22 18:13:41 -07:00
..
inc Implement MLAS convolution+activation fusion (#354) 2019-01-18 14:16:28 -08:00
lib fix epilogue code (#695) 2019-03-22 18:13:41 -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.