Searched refs:matrix_mem (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/h2opus/cuda/ ! |
| H A D | math2opus.cu | 1130 double matrix_mem[4] = {0., 0., 0., 0.}; in MatView_H2OPUS() local 1133 double matrix_mem[2] = {0., 0.}; in MatView_H2OPUS() 1137 matrix_mem[0] = h2opus->dist_hmatrix ? h2opus->dist_hmatrix->getLocalDenseMemoryUsage() : 0; in MatView_H2OPUS() 1138 … matrix_mem[1] = h2opus->dist_hmatrix ? h2opus->dist_hmatrix->getLocalLowRankMemoryUsage() : 0; in MatView_H2OPUS() 1140 …matrix_mem[2] = h2opus->dist_hmatrix_gpu ? h2opus->dist_hmatrix_gpu->getLocalDenseMemoryUsage() : … in MatView_H2OPUS() 1141 …matrix_mem[3] = h2opus->dist_hmatrix_gpu ? h2opus->dist_hmatrix_gpu->getLocalLowRankMemoryUsage() … in MatView_H2OPUS() 1144 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, matrix_mem, rsize, MPI_DOUBLE_PRECISION, MPI_SUM, PetscO… in MatView_H2OPUS() 1145 … (CPU): %g (dense) %g (low rank) %g (total)\n", matrix_mem[0], matrix_mem[1], matrix_mem[0] + matr… in MatView_H2OPUS() 1147 … (GPU): %g (dense) %g (low rank) %g (total)\n", matrix_mem[2], matrix_mem[3], matrix_mem[2] + matr… in MatView_H2OPUS()
|