Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2018-01-30 18:26:20 +0300
committerHieu Hoang <hieuhoang@gmail.com>2018-01-30 18:26:20 +0300
commit48ae62574c98a270a395a5af410dbeae0f8b9fef (patch)
tree97e41355f038520cf85969e0afdca962458ab0cb
parent83e9a084ef8b6458808b5ea4db2db755bce15228 (diff)
debug
-rw-r--r--src/amun/gpu/mblas/matrix_functions.cu1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amun/gpu/mblas/matrix_functions.cu b/src/amun/gpu/mblas/matrix_functions.cu
index 5a30c0c2..8f684ae6 100644
--- a/src/amun/gpu/mblas/matrix_functions.cu
+++ b/src/amun/gpu/mblas/matrix_functions.cu
@@ -402,6 +402,7 @@ Matrix& Prod(cublasHandle_t handle, Matrix& C, const Matrix& A, const Matrix& B,
cerr << "B=" << B.Debug(0) << endl;
cerr << "transB=" << transB << endl;
cerr << m << " " << n << " " << k << endl;
+ cerr << lda << " " << ldb << " " << ldc << endl;
cerr << endl;
*/
bool transA = false;