mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-12-21 20:03:37 +01:00
Merge turpan:~/qp2/plugins/qp_plugins_scemama
This commit is contained in:
commit
ec6e5fde68
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user