Searched refs:csrx (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 3282 csrx = (CsrMatrix *)cx->mat->mat; in MatAXPY_SeqAIJHIPSPARSE() 3285 …ual(thrust::device, csry->row_offsets->begin(), csry->row_offsets->end(), csrx->row_offsets->begin… in MatAXPY_SeqAIJHIPSPARSE() 3286 …rust::device, csry->column_indices->begin(), csry->column_indices->end(), csrx->column_indices->be… in MatAXPY_SeqAIJHIPSPARSE() 3302 …e, Y->rmap->n, Y->cmap->n, &a, cx->mat->descr, x->nz, ax, csrx->row_offsets->data().get(), csrx->c… in MatAXPY_SeqAIJHIPSPARSE() 3306 …e, Y->rmap->n, Y->cmap->n, &a, cx->mat->descr, x->nz, ax, csrx->row_offsets->data().get(), csrx->c… in MatAXPY_SeqAIJHIPSPARSE() 3313 …e, Y->rmap->n, Y->cmap->n, &a, cx->mat->descr, x->nz, ax, csrx->row_offsets->data().get(), csrx->c… in MatAXPY_SeqAIJHIPSPARSE()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 3873 CsrMatrix *csry, *csrx; in MatAXPY_SeqAIJCUSPARSE() local 3889 csrx = (CsrMatrix *)cx->mat->mat; in MatAXPY_SeqAIJCUSPARSE() 3892 …ual(thrust::device, csry->row_offsets->begin(), csry->row_offsets->end(), csrx->row_offsets->begin… in MatAXPY_SeqAIJCUSPARSE() 3893 …rust::device, csry->column_indices->begin(), csry->column_indices->end(), csrx->column_indices->be… in MatAXPY_SeqAIJCUSPARSE() 3910 …e, Y->rmap->n, Y->cmap->n, &a, cx->mat->descr, x->nz, ax, csrx->row_offsets->data().get(), csrx->c… in MatAXPY_SeqAIJCUSPARSE() 3914 …e, Y->rmap->n, Y->cmap->n, &a, cx->mat->descr, x->nz, ax, csrx->row_offsets->data().get(), csrx->c… in MatAXPY_SeqAIJCUSPARSE() 3921 …e, Y->rmap->n, Y->cmap->n, &a, cx->mat->descr, x->nz, ax, csrx->row_offsets->data().get(), csrx->c… in MatAXPY_SeqAIJCUSPARSE()
|