summaryrefslogtreecommitdiff
path: root/include/clblast.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clblast.h')
-rw-r--r--include/clblast.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/clblast.h b/include/clblast.h
index e473adbe..075ca93e 100644
--- a/include/clblast.h
+++ b/include/clblast.h
@@ -558,6 +558,10 @@ StatusCode Trsm(const Layout layout, const Side side, const Triangle triangle, c
// for the same device. This cache can be cleared to free up system memory or in case of debugging.
StatusCode ClearCache();
+// The cache can also be pre-initialized for a specific device with all possible CLBLast kernels.
+// Further CLBlast routine calls will then run at maximum speed.
+StatusCode FillCache(const cl_device_id device);
+
// =================================================================================================
} // namespace clblast