Add sgemm specializations - NFC
authorNicolas Vasilache <ntv@google.com>
Fri, 26 Jul 2019 12:40:58 +0000 (05:40 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 26 Jul 2019 12:41:23 +0000 (05:41 -0700)
commit3708f53219aa2b201e82e7172c5064c1eb9d483b
tree606a3b16f5dc980b724cb30d16a9b4af9f1a4b64
parent9f02e88946705e1db2489ede0a74cba2d54f0ca8
Add sgemm specializations - NFC

This CL adds a few specializations for sgemm.
A minor change to alpha is made in cblas_interface.cpp to be compatible with actual BLAS calls.

For now this is for internal testing purposes only.

PiperOrigin-RevId: 260129027
mlir/test/mlir-cpu-runner/cblas.cpp
mlir/test/mlir-cpu-runner/cblas_interface.cpp