Skip to content

Commit 7e95831

Browse files
committed
fix typo
1 parent 83a0690 commit 7e95831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/99_matrixexperimentsi8/matrix_kernel_tiled_i8.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#if !defined(tK)
2-
#error "tK is undefined! This should be defined as the K dimension of the matrix tiles, which is dependent on the elemement type, likely 16 or 32."
2+
#error "tK is undefined! This should be defined as the K dimension of the matrix tiles, which is dependent on the element type, likely 16 or 32."
33
#endif
44

55
#if !defined(MM)

0 commit comments

Comments
 (0)