Home
last modified time | relevance | path

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

/petsc/src/sys/classes/random/impls/curand/
H A Dcurand2.cu48 …auto zibit = thrust::make_zip_iterator(thrust::make_tuple(pval, thrust::c… in PetscRandomCurandScale_Private() local
49 thrust::transform(zibit, zibit + n, pval, complexscalelw(r->low, r->width)); in PetscRandomCurandScale_Private()
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx4374 …auto zibit = thrust::make_zip_iterator(thrust::make_tuple(thrust::make_permutation_iterator(dav, w… in MatSeqAIJCopySubArray_SeqAIJHIPSPARSE() local
4376 thrust::for_each(zibit, zieit, VecHIPEquals()); in MatSeqAIJCopySubArray_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu5056 …auto zibit = thrust::make_zip_iterator(thrust::make_tuple(thrust::make_permutation_iterator(dav, w… in MatSeqAIJCopySubArray_SeqAIJCUSPARSE() local
5058 thrust::for_each(zibit, zieit, VecCUDAEquals()); in MatSeqAIJCopySubArray_SeqAIJCUSPARSE()