Skip to content

Commit 7cdf31b

Browse files
author
Kent Knox
committed
Merge pull request #44 from MaxBareiss/patch-1
Fix code block Markdown in README
2 parents 54e949e + 85ec423 commit 7cdf31b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,12 @@ accelerated SGEMM
6060
#include <sys/types.h>
6161
#include <stdio.h>
6262

63-
/* Include the clBLAS header. It includes the appropriate OpenCL headers
64-
*/
63+
/* Include the clBLAS header. It includes the appropriate OpenCL headers */
6564
#include <clBLAS.h>
6665

6766
/* This example uses predefined matrices and their characteristics for
68-
* simplicity purpose.
69-
*/
67+
* simplicity purpose.
68+
*/
7069

7170
#define M 4
7271
#define N 3

0 commit comments

Comments
 (0)