Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dveccupmimpl.h1076 const auto cntptrs = util::make_array( in ResetPreallocationCOO_CUPMBase() local
1087 for (auto &&ptr : cntptrs) PetscCallCUPM(cupmFreeAsync(ptr.get(), stream)); in ResetPreallocationCOO_CUPMBase()
1105 const auto cntptrs = util::concat_array( in SetPreallocationCOO_CUPMBase() local
1117 for (auto &elem : cntptrs) PetscCall(PetscCUPMMallocAsync(&elem.device, elem.size, stream)); in SetPreallocationCOO_CUPMBase()
1120 …for (const auto &elem : cntptrs) PetscCall(PetscCUPMMemcpyAsync(elem.device, elem.host, elem.size,… in SetPreallocationCOO_CUPMBase()