summaryrefslogtreecommitdiff
path: root/src/routine.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-07-24 17:00:21 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-07-24 17:00:21 +0200
commitffa35c623af4b0916f625f3a41000e75a1df7e1f (patch)
tree353c68a68f420413145818756db57f8a3f5d79ee /src/routine.hpp
parentd4ffa6395ec7d6f4aa9ca52d0705db0f34c72eba (diff)
Minor improvements after merging in groundwork for custom tuning parameters and kernels
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 21506e7b..f5c607af 100644
--- a/src/routine.hpp
+++ b/src/routine.hpp
@@ -32,7 +32,8 @@ namespace clblast {
class Routine {
public:
- // Base class constructor
+ // Base class constructor. The user database is an optional extra database to override the
+ // built-in database.
explicit Routine(Queue &queue, EventPointer event, const std::string &name,
const std::vector<std::string> &routines, const Precision precision,
const std::vector<Database::DatabaseEntry> &userDatabase = {});