summaryrefslogtreecommitdiff
path: root/include/clblast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clblast.h')
-rw-r--r--include/clblast.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/clblast.h b/include/clblast.h
index 1350cb10..d9637d15 100644
--- a/include/clblast.h
+++ b/include/clblast.h
@@ -621,6 +621,9 @@ 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.
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);