Searched refs:csr2cscBufferSize (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | hipsparsematimpl.h | 193 …size_t csr2cscBufferSize; /* to transpose the triangular factor (only used for CUD… member 283 …size_t csr2cscBufferSize; /* stuff used to compute the matTranspose above … member
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | cusparsematimpl.h | 206 …size_t csr2cscBufferSize; /* to transpose the triangular factor (only used for CUDA >= 11.0)… member 319 size_t csr2cscBufferSize; /* stuff used to compute the matTranspose above */ member
|
| H A D | aijcusparse.cu | 1093 …type, CUSPARSE_ACTION_NUMERIC, indexBase, CUSPARSE_CSR2CSC_ALG1, &loTriFactor->csr2cscBufferSize)); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve() 1094 PetscCallCUDA(cudaMalloc(&loTriFactor->csr2cscBuffer, loTriFactor->csr2cscBufferSize)); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve() 1169 …type, CUSPARSE_ACTION_NUMERIC, indexBase, CUSPARSE_CSR2CSC_ALG1, &upTriFactor->csr2cscBufferSize)); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve() 1170 PetscCallCUDA(cudaMalloc(&upTriFactor->csr2cscBuffer, upTriFactor->csr2cscBufferSize)); in MatSeqAIJCUSPARSEAnalyzeTransposeForSolve() 1363 size_t csr2cscBufferSize; in MatSeqAIJCUSPARSEFormExplicitTranspose() local 1365 …se_scalartype, CUSPARSE_ACTION_NUMERIC, indexBase, cusparsestruct->csr2cscAlg, &csr2cscBufferSize); in MatSeqAIJCUSPARSEFormExplicitTranspose() 1367 PetscCallCUDA(cudaMalloc(&csr2cscBuffer, csr2cscBufferSize)); in MatSeqAIJCUSPARSEFormExplicitTranspose()
|