Home
last modified time | relevance | path

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

/petsc/src/mat/impls/h2opus/
H A Dmath2opussampler.hpp14 H2OpusDeviceVector<int> dindexmap; member in PetscMatrixSampler
76 copyVector(this->dindexmap, indexmap, n, H2OPUS_HWTYPE_CPU); in SetIndexMap()
109 …permute_vectors(v, this->dbuffer_in.data(), n, nv, this->dindexmap.data(), 1, H2OPUS_HWTYPE_GPU, t… in PermuteBuffersIn()
126 …permute_vectors(this->dbuffer_out.data(), v, n, nv, this->dindexmap.data(), 0, H2OPUS_HWTYPE_GPU, … in PermuteBuffersOut()