Mentions légales du service

Skip to content
Snippets Groups Projects

Fix for the TPMQRT routine

Merged Dalal Sukkari requested to merge sukkarde into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -47,7+47,7 @@
m1 = K;
n1 = N;
ldwork = IB;
ldworkc = M;
ws = IB * n1;
}
else {
@@ -63,7+63,7 @@
CUDA_ztsmqr( side, trans, m1, n1, M, N, K, IB,
A, LDA, B, LDB, V, LDV, T, LDT,
WORK, ldwork, WORK + ws, ldworkc,
CUBLAS_STREAM_VALUE );
CUBLAS_STREAM_VALUE );
}
/* TT case */
else if( L == M ) {
Loading