summaryrefslogtreecommitdiff
path: root/include/clblast.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-02-18 10:59:38 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-02-18 10:59:38 +0100
commitd6538dfc25a14251e49da0f95007e03b2b3fe3be (patch)
tree6b4339e5377b3f159a1a5164e0de819fad51e945 /include/clblast.h
parent3d10690c830a749d1e9c2c60bcd68a61590ef994 (diff)
Fixed the naming of the C API of OverrideParameters and fixed the description
Diffstat (limited to 'include/clblast.h')
-rw-r--r--include/clblast.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/clblast.h b/include/clblast.h
index d9637d15..9fdd5df1 100644
--- a/include/clblast.h
+++ b/include/clblast.h
@@ -621,9 +621,8 @@ StatusCode PUBLIC_API FillCache(const cl_device_id device);
// =================================================================================================
-// Overrides tuning parameters for a specific device-precision-routine combination. The next time
-// (and all further times) the target routine is called it will re-compile and use the new
-// parameters.
+// Overrides tuning parameters for a specific device-precision-kernel combination. The next time
+// the target routine is called it will re-compile and use the new parameters from then on.
StatusCode PUBLIC_API OverrideParameters(const cl_device_id device, const std::string &kernel_name,
const Precision precision,
const std::unordered_map<std::string,size_t> &parameters);