Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Dhipsparsematimpl.h250 …size_t spmvBufferSize; /* since I'm not sure if smvBuffer can be NULL even after hi… member
H A Daijhipsparse.hip.cxx3107 &matstruct->hipSpMV[opA].spmvBufferSize)); in MatMultAddKernel_SeqAIJHIPSPARSE()
3108 …tscCallHIP(hipMalloc(&matstruct->hipSpMV[opA].spmvBuffer, matstruct->hipSpMV[opA].spmvBufferSize)); in MatMultAddKernel_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h271 …size_t spmvBufferSize; /* since I'm not sure if smvBuffer can be NULL even after cusparseSpMV_b… member
H A Daijcusparse.cu3663 ….vecYDescr, cusparse_scalartype, cusparsestruct->spmvAlg, &matstruct->cuSpMV[opA].spmvBufferSize)); in MatMultAddKernel_SeqAIJCUSPARSE()
3664 …tscCallCUDA(cudaMalloc(&matstruct->cuSpMV[opA].spmvBuffer, matstruct->cuSpMV[opA].spmvBufferSize)); in MatMultAddKernel_SeqAIJCUSPARSE()