summaryrefslogtreecommitdiff
path: root/src/routines/levelx/xgemmbatched.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/levelx/xgemmbatched.hpp')
-rw-r--r--src/routines/levelx/xgemmbatched.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/routines/levelx/xgemmbatched.hpp b/src/routines/levelx/xgemmbatched.hpp
index 6136dd5f..989f3815 100644
--- a/src/routines/levelx/xgemmbatched.hpp
+++ b/src/routines/levelx/xgemmbatched.hpp
@@ -48,9 +48,9 @@ class XgemmBatched: public Routine {
const Buffer<T> &c_buffer, const std::vector<int> &c_offsets, const size_t c_ld,
const bool a_do_transpose, const bool b_do_transpose, const bool c_do_transpose,
const bool a_conjugate, const bool b_conjugate,
- const size_t a_one, const size_t a_two, const bool a_want_rotated,
- const size_t b_one, const size_t b_two, const bool b_want_rotated,
- const size_t c_one, const size_t c_two, const bool c_want_rotated,
+ const size_t a_one, const size_t a_two,
+ const size_t b_one, const size_t b_two,
+ const size_t c_one, const size_t c_two,
const size_t batch_count);
// Direct version of batched GEMM (no pre and post-processing kernels)