Home
last modified time | relevance | path

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

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu244 …, fs->csrColIdx, fs->csrVal, indexType, indexType, CUSPARSE_INDEX_BASE_ZERO, cusparse_scalartype)); in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
250 …, fs->csrColIdx, fs->csrVal, indexType, indexType, CUSPARSE_INDEX_BASE_ZERO, cusparse_scalartype)); in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
258 PetscCallCUSPARSE(cusparseCreateDnVec(&fs->dnVecDescr_X, m, fs->X, cusparse_scalartype)); in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
259 PetscCallCUSPARSE(cusparseCreateDnVec(&fs->dnVecDescr_Y, m, fs->Y, cusparse_scalartype)); in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
263 …USPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, CUSPARSE_S… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
265 …USPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, CUSPARSE_S… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
296 …USPARSE_ONE, fs->spMatDescr_L, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, CUSPARSE_S… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
298 …USPARSE_ONE, fs->spMatDescr_U, fs->dnVecDescr_X, fs->dnVecDescr_Y, cusparse_scalartype, CUSPARSE_S… in MatSeqAIJCUSPARSEBuildFactoredMatrix_LU()
660 …, fs->csrColIdx, fs->csrVal, indexType, indexType, CUSPARSE_INDEX_BASE_ZERO, cusparse_scalartype)); in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
668 PetscCallCUSPARSE(cusparseCreateDnVec(&fs->dnVecDescr_X, m, fs->X, cusparse_scalartype)); in MatSeqAIJCUSPARSEBuildFactoredMatrix_Cholesky()
[all …]
H A Dcusparsematimpl.h112 … #define cusparse_scalartype CUDA_C_32F macro
117 #define cusparse_scalartype CUDA_C_64F macro
125 #define cusparse_scalartype CUDA_R_32F macro
129 #define cusparse_scalartype CUDA_R_64F macro