summaryrefslogtreecommitdiff
path: root/include/clblast_c.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2021-04-30 12:58:01 +0200
committerGitHub <noreply@github.com>2021-04-30 12:58:01 +0200
commit856c850113fe25bc1afed56a3495405bec72d3ed (patch)
treebee479b5b5effb36310f85c598739f3642fa0bcd /include/clblast_c.h
parentef5176dd968dbf9da7c94506fc0d5f8bd463b293 (diff)
parent3d3492646c511e7617c99a59a3def93f22189d72 (diff)
Merge pull request #417 from gspr/gspr/capitalization-typo
Correct capitalization typo
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 7f7b1e97..9c2820b2 100644
--- a/include/clblast_c.h
+++ b/include/clblast_c.h
@@ -1685,7 +1685,7 @@ CLBlastStatusCode PUBLIC_API CLBlastHGemmTempBufferSize(const CLBlastLayout layo
// for the same device. This cache can be cleared to free up system memory or in case of debugging.
CLBlastStatusCode PUBLIC_API CLBlastClearCache();
-// 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.
CLBlastStatusCode PUBLIC_API CLBlastFillCache(const cl_device_id device);