summaryrefslogtreecommitdiff
path: root/include/clblast.h
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2021-04-30 10:27:22 +0200
committerGard Spreemann <gspr@nonempty.org>2021-04-30 10:27:22 +0200
commit3d3492646c511e7617c99a59a3def93f22189d72 (patch)
treebee479b5b5effb36310f85c598739f3642fa0bcd /include/clblast.h
parentef5176dd968dbf9da7c94506fc0d5f8bd463b293 (diff)
Correct capitalization typo
The CLBlastConfig.cmake file was installed to a directory named CLBLast (notice second capital l), which can cause issues for CMake's search path when looking for CLBlast on the system. This commit also fixes other occurrences of the wrong capitalization, all of it purely cosmetic (i.e. in comments).
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 296f3987..c11e4ab0 100644
--- a/include/clblast.h
+++ b/include/clblast.h
@@ -710,7 +710,7 @@ StatusCode GemmTempBufferSize(const Layout layout, const Transpose a_transpose,
// for the same device. This cache can be cleared to free up system memory or in case of debugging.
StatusCode PUBLIC_API ClearCache();
-// The cache can also be pre-initialized for a specific device with all possible CLBLast kernels.
+// 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 PUBLIC_API FillCache(const cl_device_id device);