From 3d3492646c511e7617c99a59a3def93f22189d72 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 30 Apr 2021 10:27:22 +0200 Subject: 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). --- include/clblast_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/clblast_c.h') 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); -- cgit v1.2.3