diff options
-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() << " " << |