summaryrefslogtreecommitdiff
path: root/include/clblast_c.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_c.h
parent3d10690c830a749d1e9c2c60bcd68a61590ef994 (diff)
Fixed the naming of the C API of OverrideParameters and fixed the description
Diffstat (limited to 'include/clblast_c.h')
-rw-r--r--include/clblast_c.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/clblast_c.h b/include/clblast_c.h
index cd657f3b..d4b0b004 100644
--- a/include/clblast_c.h
+++ b/include/clblast_c.h
@@ -1345,12 +1345,11 @@ CLBlastStatusCode PUBLIC_API CLBlastFillCache(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.
-CLBlastStatusCode PUBLIC_API OverrideParameters(const cl_device_id device, const char* kernel_name,
- const CLBlastPrecision precision, const size_t num_parameters,
- const char** parameters_names, const size_t* parameters_values);
+// 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.
+CLBlastStatusCode PUBLIC_API CLBlastOverrideParameters(const cl_device_id device, const char* kernel_name,
+ const CLBlastPrecision precision, const size_t num_parameters,
+ const char** parameters_names, const size_t* parameters_values);
// =================================================================================================