summaryrefslogtreecommitdiff
path: root/src/clblast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/clblast.cc')
-rw-r--r--src/clblast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clblast.cc b/src/clblast.cc
index e3df6ede..2d6776d0 100644
--- a/src/clblast.cc
+++ b/src/clblast.cc
@@ -2120,7 +2120,7 @@ template StatusCode PUBLIC_API Omatcopy<half>(const Layout, const Transpose,
// =================================================================================================
// Clears the cache of stored binaries
-StatusCode ClearCache() { return cache::ClearCache(); }
+StatusCode ClearCache() { return CacheClearAll(); }
// Fills the cache with all binaries for a specific device
StatusCode FillCache(const cl_device_id device) {