We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54e949e + 85ec423 commit 7cdf31bCopy full SHA for 7cdf31b
README.md
@@ -60,13 +60,12 @@ accelerated SGEMM
60
#include <sys/types.h>
61
#include <stdio.h>
62
63
- /* Include the clBLAS header. It includes the appropriate OpenCL headers
64
- */
+ /* Include the clBLAS header. It includes the appropriate OpenCL headers */
65
#include <clBLAS.h>
66
67
/* This example uses predefined matrices and their characteristics for
68
- * simplicity purpose.
69
+ * simplicity purpose.
+ */
70
71
#define M 4
72
#define N 3
0 commit comments