Searched refs:csry (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 3266 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() 3303 …csry->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() 3307 …csry->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() 3314 …csry->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 D | aijcusparse.cu | 3873 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() 3911 …csry->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() 3915 …csry->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() 3922 …csry->column_indices->data().get(), cy->mat->descr, ay, csry->row_offsets->data().get(), csry->col… in MatAXPY_SeqAIJCUSPARSE()
|