summaryrefslogtreecommitdiff
path: root/include/clblast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clblast.h')
-rw-r--r--include/clblast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clblast.h b/include/clblast.h
index 57fca119..e473adbe 100644
--- a/include/clblast.h
+++ b/include/clblast.h
@@ -556,7 +556,7 @@ StatusCode Trsm(const Layout layout, const Side side, const Triangle triangle, c
// CLBlast stores binaries of compiled kernels into a cache in case the same kernel is used later on
// for the same device. This cache can be cleared to free up system memory or in case of debugging.
-StatusCode ClearCompiledProgramCache();
+StatusCode ClearCache();
// =================================================================================================