summaryrefslogtreecommitdiff
path: root/src/routine.hpp
diff options
context:
space:
mode:
authorIvan Shapovalov <intelfx@intelfx.name>2016-07-12 13:33:25 +0300
committerIvan Shapovalov <intelfx@intelfx.name>2016-07-22 11:15:52 +0300
commite4e1f05079273f60f4f15280b3f103810c7eb31f (patch)
treef9c10e42be8d0e8fd48db1b9feb59e01b89ab272 /src/routine.hpp
parentae3299da302ba2c26f1e3490a1a7ee389d91feee (diff)
clblast::Database, clblast::Routine: implement "database overlays" provided by routine implementation
Diffstat (limited to 'src/routine.hpp')
-rw-r--r--src/routine.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routine.hpp b/src/routine.hpp
index 54b5779f..21506e7b 100644
--- a/src/routine.hpp
+++ b/src/routine.hpp
@@ -34,7 +34,8 @@ class Routine {
// Base class constructor
explicit Routine(Queue &queue, EventPointer event, const std::string &name,
- const std::vector<std::string> &routines, const Precision precision);
+ const std::vector<std::string> &routines, const Precision precision,
+ const std::vector<Database::DatabaseEntry> &userDatabase = {});
// Set-up phase of the kernel
StatusCode SetUp();