[clblas] 22/61: fix a very silly bug in compuing s/dtrsm flops.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jul 24 22:49:45 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 93b5b6928719f12950170c204f7cd765cc2d5d18
Author: Timmy <timmy.liu at amd.com>
Date:   Tue May 5 15:45:54 2015 -0500

    fix a very silly bug in compuing s/dtrsm flops.
---
 src/client/clfunc_xtrsm.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/clfunc_xtrsm.hpp b/src/client/clfunc_xtrsm.hpp
index 2eb64cf..d067c7b 100644
--- a/src/client/clfunc_xtrsm.hpp
+++ b/src/client/clfunc_xtrsm.hpp
@@ -75,7 +75,7 @@ public:
         }
         else
         {
-            return 20*buffer_.m_*(buffer_.n_+1)*buffer_.n_/time_in_ns();
+            return buffer_.m_*(buffer_.n_+1)*buffer_.n_/time_in_ns();
         }
     }
 

-- 
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