Searched refs:cntptrs (Results 1 – 1 of 1) sorted by relevance
1076 const auto cntptrs = util::make_array( in ResetPreallocationCOO_CUPMBase() local1087 for (auto &&ptr : cntptrs) PetscCallCUPM(cupmFreeAsync(ptr.get(), stream)); in ResetPreallocationCOO_CUPMBase()1105 const auto cntptrs = util::concat_array( in SetPreallocationCOO_CUPMBase() local1117 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()