Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx984 …if (!hipsparsestruct->rowoffsets_gpu) hipsparsestruct->rowoffsets_gpu = new THRUSTINTARRAY32(A->rm… in MatSeqAIJHIPSPARSEFormExplicitTranspose()
985 hipsparsestruct->rowoffsets_gpu->assign(a->i, a->i + A->rmap->n + 1); in MatSeqAIJHIPSPARSEFormExplicitTranspose()
1048 …if (!hipsparsestruct->rowoffsets_gpu) { /* this may be absent when we did not construct the transp… in MatSeqAIJHIPSPARSEFormExplicitTranspose()
1049 hipsparsestruct->rowoffsets_gpu = new THRUSTINTARRAY32(A->rmap->n + 1); in MatSeqAIJHIPSPARSEFormExplicitTranspose()
1050 hipsparsestruct->rowoffsets_gpu->assign(a->i, a->i + A->rmap->n + 1); in MatSeqAIJHIPSPARSEFormExplicitTranspose()
1062 …ap->n, matrix->num_entries, csr2csc_a.data().get(), hipsparsestruct->rowoffsets_gpu->data().get(),… in MatSeqAIJHIPSPARSEFormExplicitTranspose()
2039 delete hipsparsestruct->rowoffsets_gpu; in MatSeqAIJHIPSPARSECopyToGPU()
2041 hipsparsestruct->rowoffsets_gpu = NULL; in MatSeqAIJHIPSPARSECopyToGPU()
2670 if (!Bcusp->rowoffsets_gpu) { in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
2671 Bcusp->rowoffsets_gpu = new THRUSTINTARRAY32(B->rmap->n + 1); in MatProductSymbolic_SeqAIJHIPSPARSE_SeqAIJHIPSPARSE()
[all …]
H A Dhipsparsematimpl.h276 …THRUSTINTARRAY32 *rowoffsets_gpu; /* rowoffsets on GPU in non-compressed-row forma… member
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu1259 …if (!cusparsestruct->rowoffsets_gpu) cusparsestruct->rowoffsets_gpu = new THRUSTINTARRAY32(A->rmap… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1260 cusparsestruct->rowoffsets_gpu->assign(a->i, a->i + A->rmap->n + 1); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1351 …if (!cusparsestruct->rowoffsets_gpu) { /* this may be absent when we did not construct the transpo… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1352 cusparsestruct->rowoffsets_gpu = new THRUSTINTARRAY32(A->rmap->n + 1); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1353 cusparsestruct->rowoffsets_gpu->assign(a->i, a->i + A->rmap->n + 1); in MatSeqAIJCUSPARSEFormExplicitTranspose()
1364 …, matrix->num_entries, matrix->values->data().get(), cusparsestruct->rowoffsets_gpu->data().get(),… in MatSeqAIJCUSPARSEFormExplicitTranspose()
1378 …map->n, matrix->num_entries, csr2csc_a.data().get(), cusparsestruct->rowoffsets_gpu->data().get(),… in MatSeqAIJCUSPARSEFormExplicitTranspose()
2452 delete cusparsestruct->rowoffsets_gpu; in MatSeqAIJCUSPARSECopyToGPU()
2454 cusparsestruct->rowoffsets_gpu = NULL; in MatSeqAIJCUSPARSECopyToGPU()
3175 if (!Bcusp->rowoffsets_gpu) { in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
[all …]
H A Dcusparsematimpl.h311 …THRUSTINTARRAY32 *rowoffsets_gpu; /* rowoffsets on GPU in non-compressed-row format. I… member