summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-10-06 20:37:01 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-10-06 20:37:01 +0800
commit75ad441e82912a2f19f2c92dfe718fa4e0cf7d0e (patch)
tree12dbec815e5c4c728a7f74d5b5c9846de3494220
parenta888c227c93b46ee20034536a25046775917f116 (diff)
downloadtnet-75ad441e82912a2f19f2c92dfe718fa4e0cf7d0e.tar.gz
tnet-75ad441e82912a2f19f2c92dfe718fa4e0cf7d0e.tar.bz2
tnet-75ad441e82912a2f19f2c92dfe718fa4e0cf7d0e.zip
Virtual 9+++
-rw-r--r--src/CuBaseLib/cumatrix.tcc2
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() << " " <<