Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx3266 CsrMatrix *csry, *csrx; in MatAXPY_SeqAIJHIPSPARSE() local
3281 csry = (CsrMatrix *)cy->mat->mat; in MatAXPY_SeqAIJHIPSPARSE()
3285 …bool eq = thrust::equal(thrust::device, csry->row_offsets->begin(), csry->row_offsets->end(), csrx… in MatAXPY_SeqAIJHIPSPARSE()
3286 …if (eq) eq = thrust::equal(thrust::device, csry->column_indices->begin(), csry->column_indices->en… in MatAXPY_SeqAIJHIPSPARSE()
3302 …get(), csrx->column_indices->data().get(), &b, cy->mat->descr, y->nz, ay, csry->row_offsets->data(… in MatAXPY_SeqAIJHIPSPARSE()
3303csry->column_indices->data().get(), cy->mat->descr, ay, csry->row_offsets->data().get(), csry->col… in MatAXPY_SeqAIJHIPSPARSE()
3306 …get(), csrx->column_indices->data().get(), &b, cy->mat->descr, y->nz, ay, csry->row_offsets->data(… in MatAXPY_SeqAIJHIPSPARSE()
3307csry->column_indices->data().get(), cy->mat->descr, ay, csry->row_offsets->data().get(), csry->col… in MatAXPY_SeqAIJHIPSPARSE()
3313 …get(), csrx->column_indices->data().get(), &b, cy->mat->descr, y->nz, ay, csry->row_offsets->data(… in MatAXPY_SeqAIJHIPSPARSE()
3314csry->column_indices->data().get(), cy->mat->descr, ay, csry->row_offsets->data().get(), csry->col… in MatAXPY_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu3873 CsrMatrix *csry, *csrx; in MatAXPY_SeqAIJCUSPARSE() local
3888 csry = (CsrMatrix *)cy->mat->mat; in MatAXPY_SeqAIJCUSPARSE()
3892 …bool eq = thrust::equal(thrust::device, csry->row_offsets->begin(), csry->row_offsets->end(), csrx… in MatAXPY_SeqAIJCUSPARSE()
3893 …if (eq) eq = thrust::equal(thrust::device, csry->column_indices->begin(), csry->column_indices->en… in MatAXPY_SeqAIJCUSPARSE()
3910 …get(), csrx->column_indices->data().get(), &b, cy->mat->descr, y->nz, ay, csry->row_offsets->data(… in MatAXPY_SeqAIJCUSPARSE()
3911csry->column_indices->data().get(), cy->mat->descr, ay, csry->row_offsets->data().get(), csry->col… in MatAXPY_SeqAIJCUSPARSE()
3914 …get(), csrx->column_indices->data().get(), &b, cy->mat->descr, y->nz, ay, csry->row_offsets->data(… in MatAXPY_SeqAIJCUSPARSE()
3915csry->column_indices->data().get(), cy->mat->descr, ay, csry->row_offsets->data().get(), csry->col… in MatAXPY_SeqAIJCUSPARSE()
3921 …get(), csrx->column_indices->data().get(), &b, cy->mat->descr, y->nz, ay, csry->row_offsets->data(… in MatAXPY_SeqAIJCUSPARSE()
3922csry->column_indices->data().get(), cy->mat->descr, ay, csry->row_offsets->data().get(), csry->col… in MatAXPY_SeqAIJCUSPARSE()