Merge branch 'psblas-bgmres' of https://github.com/sfilippone/psblas3 into psblas-bgmres

psblas-bgmres
gabrielequatrana 10 months ago
commit 5389ff245e

6168
configure vendored

File diff suppressed because it is too large Load Diff

@ -165,7 +165,7 @@ subroutine psb_d_cuda_hlg_multivect_mv(alpha,a,x,beta,y,info,trans)
else
if (a%is_host()) call a%sync()
select type (xx => x)
type is (psb_d_multivectcuda)
type is (psb_d_multivect_cuda)
select type(yy => y)
type is (psb_d_multivect_cuda)
if (xx%is_host()) call xx%sync()

Loading…
Cancel
Save