diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 20:37:01 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-10-06 20:37:01 +0800 |
commit | 75ad441e82912a2f19f2c92dfe718fa4e0cf7d0e (patch) | |
tree | 12dbec815e5c4c728a7f74d5b5c9846de3494220 | |
parent | a888c227c93b46ee20034536a25046775917f116 (diff) | |
download | tnet-75ad441e82912a2f19f2c92dfe718fa4e0cf7d0e.tar.gz tnet-75ad441e82912a2f19f2c92dfe718fa4e0cf7d0e.tar.bz2 tnet-75ad441e82912a2f19f2c92dfe718fa4e0cf7d0e.zip |
Virtual 9+++
-rw-r--r-- | src/CuBaseLib/cumatrix.tcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CuBaseLib/cumatrix.tcc b/src/CuBaseLib/cumatrix.tcc index 66e335d..3abca07 100644 --- a/src/CuBaseLib/cumatrix.tcc +++ b/src/CuBaseLib/cumatrix.tcc @@ -383,7 +383,7 @@ namespace TNet { assert(n == Rows()); assert(k == k1); - #if 0 + #if 1 //DEBUG MESSAGE std::cout << "\n" << transb << " " << transa << " " << m << " " << n << " " << k << " " << alpha << " " << B << " " << B.Stride() << " " << |