[clblas] 20/67: typo fix

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Oct 27 08:02:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository clblas.

commit f496d1c7a17cc60dd0ca8943a1ddaa34509ca08f
Author: timmyliu <timmy.liu at amd.com>
Date:   Wed Aug 26 05:58:16 2015 -0500

    typo fix
---
 src/library/blas/functor/hawaii_sgemmBig1024Kernel.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/library/blas/functor/hawaii_sgemmBig1024Kernel.cc b/src/library/blas/functor/hawaii_sgemmBig1024Kernel.cc
index dac0b6e..6f4731c 100644
--- a/src/library/blas/functor/hawaii_sgemmBig1024Kernel.cc
+++ b/src/library/blas/functor/hawaii_sgemmBig1024Kernel.cc
@@ -20,10 +20,10 @@
 
 //only non-multiples of 32 is implemented right now, which is a small matrix.
 #if BUILD_KERNEL_FROM_STRING
-#include "sgemm_gcn_BigMatrices.clT"
+#include "sgemm_gcn_bigMatrices.clT"
 #else 
-#include "sgemm_gcn_BigMatrices.clHawaii_64.bin.clT"
-#include "sgemm_gcn_BigMatrices.clBonaire_64.bin.clT"
+#include "sgemm_gcn_bigMatrices.clHawaii_64.bin.clT"
+#include "sgemm_gcn_bigMatrices.clBonaire_64.bin.clT"
 #endif
 
 // Just because the full name is too long

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git



More information about the debian-science-commits mailing list