summaryrefslogtreecommitdiff
path: root/src/routines
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-02-12 12:02:39 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-02-12 12:02:39 +0100
commit345a5feb9a18641ceffd7ce5e0cb9387686cf32c (patch)
treecdae4f7fd42f4b23349867243434a1d648ed3e41 /src/routines
parentfaa842b927ede6df1763607e3732151162875d73 (diff)
Split the database into several smaller cached per-kernel databases (in preparation of per-kernel database overrides)
Diffstat (limited to 'src/routines')
-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 7c211c0d..d268d58b 100644
--- a/src/routines/common.hpp
+++ b/src/routines/common.hpp
@@ -37,7 +37,7 @@ void RunKernel(Kernel &kernel, Queue &queue, const Device &device,
// to write to symmetric and triangular matrices through optional arguments.
template <typename T>
void PadCopyTransposeMatrix(Queue &queue, const Device &device,
- const Database &db,
+ const Databases &db,
EventPointer event, const std::vector<Event> &waitForEvents,
const size_t src_one, const size_t src_two,
const size_t src_ld, const size_t src_offset,