Skip to content

Commit f496d1c

Browse files
author
timmyliu
committed
typo fix
1 parent 8dd05f7 commit f496d1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/library/blas/functor/hawaii_sgemmBig1024Kernel.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
//only non-multiples of 32 is implemented right now, which is a small matrix.
2222
#if BUILD_KERNEL_FROM_STRING
23-
#include "sgemm_gcn_BigMatrices.clT"
23+
#include "sgemm_gcn_bigMatrices.clT"
2424
#else
25-
#include "sgemm_gcn_BigMatrices.clHawaii_64.bin.clT"
26-
#include "sgemm_gcn_BigMatrices.clBonaire_64.bin.clT"
25+
#include "sgemm_gcn_bigMatrices.clHawaii_64.bin.clT"
26+
#include "sgemm_gcn_bigMatrices.clBonaire_64.bin.clT"
2727
#endif
2828

2929
// Just because the full name is too long

0 commit comments

Comments
 (0)