summaryrefslogtreecommitdiff
path: root/src/routines/routines.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-01-07 14:27:15 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-01-07 14:27:15 +0100
commit9fb2c61b256ccf66b6a7b6f605008125288d60cf (patch)
tree2df0c0ed7a5be8e7f1b78131467e8620a2266da7 /src/routines/routines.hpp
parent0c48c6e6c4cd953523a10bcb804fde67e4650a57 (diff)
Added API and tests for new GemmStridedBatched routine
Diffstat (limited to 'src/routines/routines.hpp')
-rw-r--r--src/routines/routines.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routines/routines.hpp b/src/routines/routines.hpp
index 9e7768b9..0aeff707 100644
--- a/src/routines/routines.hpp
+++ b/src/routines/routines.hpp
@@ -71,6 +71,7 @@
#include "routines/levelx/xim2col.hpp"
#include "routines/levelx/xaxpybatched.hpp"
#include "routines/levelx/xgemmbatched.hpp"
+#include "routines/levelx/xgemmstridedbatched.hpp"
// CLBLAST_ROUTINES_ROUTINES_H_
#endif