Merge turpan:~/qp2/plugins/qp_plugins_scemama

This commit is contained in:
Anthony Scemama 2023-08-04 16:43:42 +02:00
commit ec6e5fde68
1 changed files with 1 additions and 1 deletions

View File

@ -1886,7 +1886,7 @@ void compute_r1_space_chol_gpu(gpu_data* data, int nO, int nV, double* t1, doubl
}
for (int u=0 ; u<nO ; ++u) {
for (int a=0 ; a<nV ; ++a) {
// cublasSetStream(handle, stream[a]);
cublasSetStream(handle, stream[a]);
A = &(d_cc_space_v_oovo[nO*nO*(a+nV*u)]); lda = nO;
B = &(d_cc_space_v_oovo[nO*nO*(a+nV*u)]); ldb = nO;
C = &(d_W_oovo[nO*nO*(a+nV*u)]); ldc = nO;