Searched refs:dist_hmatrix_gpu (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 158 DistributedHMatrix_GPU *dist_hmatrix_gpu; member 160 HMatrix_GPU *dist_hmatrix_gpu; /* just to not clutter the code */ member 217 delete a->dist_hmatrix_gpu; in MatDestroy_H2OPUS() 420 …PetscCheck(h2opus->dist_hmatrix_gpu, PetscObjectComm((PetscObject)A), PETSC_ERR_PLIB, "Missing dis… in MatMultNKernel_H2OPUS() 423 …v(/* transA ? H2Opus_Trans : H2Opus_NoTrans, */ h2opus->s, *h2opus->dist_hmatrix_gpu, uxx, blda, 0… in MatMultNKernel_H2OPUS() 603 …PetscCheck(h2opus->dist_hmatrix_gpu, PetscObjectComm((PetscObject)A), PETSC_ERR_PLIB, "Missing dis… in MatMultKernel_H2OPUS() 606 …emv(/*trans ? H2Opus_Trans : H2Opus_NoTrans, */ h2opus->s, *h2opus->dist_hmatrix_gpu, uxx, n, sy, … in MatMultKernel_H2OPUS() 864 delete a->dist_hmatrix_gpu; in MatAssemblyEnd_H2OPUS() 904 a->dist_hmatrix_gpu = new DistributedHMatrix_GPU(*a->dist_hmatrix); in MatAssemblyEnd_H2OPUS() 1049 if (b->dist_hmatrix_gpu) a->dist_hmatrix_gpu = new DistributedHMatrix_GPU(*b->dist_hmatrix_gpu); in MatDuplicate_H2OPUS() [all …]
|