summaryrefslogtreecommitdiff
path: root/src/clblast.cpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-02-16 21:14:48 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-02-16 21:14:48 +0100
commitcda449a5c39041b2a0e6893ee254e145447b78ca (patch)
tree3b4f18b497df26960dd72dd297a80421861e2a53 /src/clblast.cpp
parent08bfb75a9d72b6b373d8f18e8be83fe4ea31015b (diff)
Added a C interface to the OverrideParameters function; added some in-line comments to the API
Diffstat (limited to 'src/clblast.cpp')
-rw-r--r--src/clblast.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clblast.cpp b/src/clblast.cpp
index 871a4804..a8e4d084 100644
--- a/src/clblast.cpp
+++ b/src/clblast.cpp
@@ -2255,6 +2255,7 @@ StatusCode FillCache(const cl_device_id device) {
// =================================================================================================
+// Overrides the tuning parameters for this device-precision-kernel combination
StatusCode OverrideParameters(const cl_device_id device, const std::string &kernel_name,
const Precision precision,
const std::unordered_map<std::string,size_t> &parameters) {