summaryrefslogtreecommitdiff
path: root/src/routines/level3/xtrmm.cc
AgeCommit message (Expand)Author
2016-06-17Removed the precision argument from the routines in favor of a single templat...Cedric Nugteren
2016-06-17Removed the interface to the cache functions from the Routine class, calls th...Cedric Nugteren
2016-06-17Moved the RunKernel and PadCopyTransposeMatrix functions out of the Routine c...Cedric Nugteren
2016-06-17Moved the test-for-valid-buffers function from the Routine class to separate ...Cedric Nugteren
2016-06-14Re-organised the level-3 supporting kernels (copy, pad, transpose, convert) a...Cedric Nugteren
2016-05-25Added level-3 half-precision routines HGEMM/HSYMM/HSYRK/HSYR2K/HTRMMCedric Nugteren
2016-04-28Fixed the cache to store binaries instead of OpenCL programsCedric Nugteren
2016-04-09Events are now properly implemented using event waiting list and asking the u...cnugteren
2015-10-12Routine names are now all default arguments defined in the headerCNugteren
2015-07-27Now using the new Claduc C++11 OpenCL headerCNugteren
2015-07-12Added subfolders for the level1/2/3 routinesCNugteren