From 345a5feb9a18641ceffd7ce5e0cb9387686cf32c Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 12 Feb 2017 12:02:39 +0100 Subject: Split the database into several smaller cached per-kernel databases (in preparation of per-kernel database overrides) --- src/routines/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routines/common.hpp') 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 void PadCopyTransposeMatrix(Queue &queue, const Device &device, - const Database &db, + const Databases &db, EventPointer event, const std::vector &waitForEvents, const size_t src_one, const size_t src_two, const size_t src_ld, const size_t src_offset, -- cgit v1.2.3