summaryrefslogtreecommitdiff
path: root/include/clblast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clblast.h')
-rw-r--r--include/clblast.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/clblast.h b/include/clblast.h
index f73acb57..4a3ec9b6 100644
--- a/include/clblast.h
+++ b/include/clblast.h
@@ -539,6 +539,13 @@ StatusCode Trsm(const Layout layout, const Side side, const Triangle triangle, c
cl_command_queue* queue, cl_event* event = nullptr);
// =================================================================================================
+
+// 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();
+
+// =================================================================================================
+
} // namespace clblast
// CLBLAST_CLBLAST_H_