Home
last modified time | relevance | path

Searched refs:xN (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu297 static PetscErrorCode MatH2OpusResizeBuffers_Private(Mat A, PetscInt xN, PetscInt yN) in MatH2OpusResizeBuffers_Private() argument
309 if (h2opus->xxs < xN) { in MatH2OpusResizeBuffers_Private()
310 h2opus->xx->resize(n * xN); in MatH2OpusResizeBuffers_Private()
311 h2opus->xxs = xN; in MatH2OpusResizeBuffers_Private()
320 if (h2opus->xxs_gpu < xN) { in MatH2OpusResizeBuffers_Private()
321 h2opus->xx_gpu->resize(n * xN); in MatH2OpusResizeBuffers_Private()
322 h2opus->xxs_gpu = xN; in MatH2OpusResizeBuffers_Private()