summaryrefslogtreecommitdiff
path: root/src/routines/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/common.hpp')
-rw-r--r--src/routines/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routines/common.hpp b/src/routines/common.hpp
index e624a2b1..d53bdc25 100644
--- a/src/routines/common.hpp
+++ b/src/routines/common.hpp
@@ -41,7 +41,7 @@ StatusCode RunKernel(Kernel &kernel, Queue &queue, const Device &device,
// Copies or transposes a matrix and optionally pads/unpads it with zeros. This method is also able
// to write to symmetric and triangular matrices through optional arguments.
template <typename T>
-StatusCode PadCopyTransposeMatrix(Queue &queue, const Device &device, const Context &context,
+StatusCode PadCopyTransposeMatrix(Queue &queue, const Device &device,
const Database &db,
EventPointer event, std::vector<Event>& waitForEvents,
const size_t src_one, const size_t src_two,