Home
last modified time | relevance | path

Searched defs:dist_hmatrix_gpu (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu158 DistributedHMatrix_GPU *dist_hmatrix_gpu; member
160 HMatrix_GPU *dist_hmatrix_gpu; /* just to not clutter the code */ member
1469 DistributedHMatrix_GPU *dist_hmatrix_gpu = new DistributedHMatrix_GPU(*a->dist_hmatrix_gpu); in MatH2OpusCompress() local