summaryrefslogtreecommitdiff
path: root/include/clblast_c.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-04-28 21:14:17 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-04-28 21:14:17 +0200
commitd9b21d7f4920b115d3fe7f2e3cce1f89eb762c10 (patch)
treec9a44f189fce5f6fc2456604dfe4c9d3e951e4e0 /include/clblast_c.h
parentd7ddbdeb1f416f56bc469d16c051551207274703 (diff)
Fixed the cache to store binaries instead of OpenCL programs
Diffstat (limited to 'include/clblast_c.h')
-rw-r--r--include/clblast_c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clblast_c.h b/include/clblast_c.h
index e23f0305..45e50cff 100644
--- a/include/clblast_c.h
+++ b/include/clblast_c.h
@@ -1074,7 +1074,7 @@ StatusCode PUBLIC_API CLBlastZtrsm(const Layout layout, const Side side, const T
// 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 PUBLIC_API CLBlastClearCompiledProgramCache();
+StatusCode PUBLIC_API CLBlastClearCache();
// =================================================================================================