summaryrefslogtreecommitdiff
path: root/src/routines/level3/xtrmm.cpp
AgeCommit message (Expand)Author
2017-02-27Fixed half-precision bugs in HTBMV/HTPMV/HTRMV/HSYR2K/HTRMM related to incorr...Cedric Nugteren
2017-01-24Routine, Cache: generalize, reduce amount of copying in fast pathIvan Shapovalov
2016-11-20Now correctly tests for validaty of the B matrix in the TRMM routineCedric Nugteren
2016-11-20Fixed a bug in the TRMM routine caused by overwriting input data before consu...Cedric Nugteren
2016-10-22treewide: use C++ exceptions properlyIvan Shapovalov
2016-06-19Renamed all C++ source files to .cpp to match the .hpp extension betterCedric Nugteren