summaryrefslogtreecommitdiff
path: root/src/routines/levelx/xgemmstridedbatched.cpp
AgeCommit message (Collapse)Author
2019-01-05Added a check to prevent the stride of matrix C being set to 0 for the ↵Cedric Nugteren
strided-batched-GEMM routine
2018-09-15Fixed an MSVC compilation error due to large stringsCedric Nugteren
2018-04-15Fixed some failing tests for GEMM and batched GEMM routinesCedric Nugteren
2018-04-13Made GEMM rotation expectations kernel-specificCedric Nugteren
2018-01-26Fixed an event synchronisation issue in the batched gemm routinesCedric Nugteren
2018-01-18Made the batched routines also chose direct/indirect kernel like the main ↵Cedric Nugteren
GEMM routine
2018-01-08Implemented the in-direct version of the strided-batched GEMM kernelCedric Nugteren
2018-01-07Implemented direct version of strided-batched GEMM kernelCedric Nugteren
2018-01-07Added API and tests for new GemmStridedBatched routineCedric Nugteren