Home
last modified time | relevance | path

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

/petsc/src/mat/impls/h2opus/
H A Dmath2opussampler.hpp17 bool gpusampling; member in PetscMatrixSampler
41 this->gpusampling = false; in Init()
84 if (!this->gpusampling) { in VerifyBuffers()
103 if (!this->gpusampling) { in PermuteBuffersIn()
122 if (!this->gpusampling) { in PermuteBuffersOut()
132 void PetscMatrixSampler::SetGPUSampling(bool gpusampling) in SetGPUSampling() argument
134 this->gpusampling = gpusampling; in SetGPUSampling()
156 if (!this->gpusampling) { in sample()
172 if (this->gpusampling) { in sample()