Searched refs:hmatrix_gpu (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 156 HMatrix_GPU *hmatrix_gpu; member 216 delete a->hmatrix_gpu; in MatDestroy_H2OPUS() 426 …PetscCheck(h2opus->hmatrix_gpu, PetscObjectComm((PetscObject)A), PETSC_ERR_PLIB, "Missing GPU matr… in MatMultNKernel_H2OPUS() 427 …hgemv(transA ? H2Opus_Trans : H2Opus_NoTrans, h2opus->s, *h2opus->hmatrix_gpu, uxx, blda, 0.0, uyy… in MatMultNKernel_H2OPUS() 609 …PetscCheck(h2opus->hmatrix_gpu, PetscObjectComm((PetscObject)A), PETSC_ERR_PLIB, "Missing GPU matr… in MatMultKernel_H2OPUS() 610 …hgemv(trans ? H2Opus_Trans : H2Opus_NoTrans, h2opus->s, *h2opus->hmatrix_gpu, uxx, n, sy, uyy, n, … in MatMultKernel_H2OPUS() 863 delete a->hmatrix_gpu; in MatAssemblyEnd_H2OPUS() 907 a->hmatrix_gpu = new HMatrix_GPU(*a->hmatrix); in MatAssemblyEnd_H2OPUS() 928 …hara(a->sampler, *a->hmatrix_gpu, a->max_rank, 10 /* TODO */, a->rtol * Anorm, a->bs, handle, verb… in MatAssemblyEnd_H2OPUS() 1014 if (a->hmatrix_gpu) a->hmatrix_gpu->clearData(); in MatZeroEntries_H2OPUS() [all …]
|