Regenerate configure, fix typo in hlg_vect_mv

cuda-multivect
Salvatore Filippone 10 months ago
parent 08984619dc
commit 5b95f1920c

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