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.
1 parent 8dd05f7 commit f496d1cCopy full SHA for f496d1c
src/library/blas/functor/hawaii_sgemmBig1024Kernel.cc
@@ -20,10 +20,10 @@
20
21
//only non-multiples of 32 is implemented right now, which is a small matrix.
22
#if BUILD_KERNEL_FROM_STRING
23
-#include "sgemm_gcn_BigMatrices.clT"
+#include "sgemm_gcn_bigMatrices.clT"
24
#else
25
-#include "sgemm_gcn_BigMatrices.clHawaii_64.bin.clT"
26
-#include "sgemm_gcn_BigMatrices.clBonaire_64.bin.clT"
+#include "sgemm_gcn_bigMatrices.clHawaii_64.bin.clT"
+#include "sgemm_gcn_bigMatrices.clBonaire_64.bin.clT"
27
#endif
28
29
// Just because the full name is too long
0 commit comments