Searched refs:CsrMatrix (Results 1 – 7 of 7) sorted by relevance
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/seq/seqcusparse/ |
H A D | aijcusparse.cu | 1114 CsrMatrix *matrix = (CsrMatrix*)matstruct->mat; in MatSeqAIJCUSPARSEGenerateTransposeForMult() 1115 CsrMatrix *matrixT= new CsrMatrix; in MatSeqAIJCUSPARSEGenerateTransposeForMult() 1169 CsrMatrix *temp = new CsrMatrix; in MatSeqAIJCUSPARSEGenerateTransposeForMult() 1170 CsrMatrix *tempT = new CsrMatrix; in MatSeqAIJCUSPARSEGenerateTransposeForMult() 1227 delete (CsrMatrix*) temp; in MatSeqAIJCUSPARSEGenerateTransposeForMult() 1613 CsrMatrix *mat= new CsrMatrix; in MatSeqAIJCUSPARSECopyToGPU() 1642 CsrMatrix *mat= new CsrMatrix; in MatSeqAIJCUSPARSECopyToGPU() 2132 CsrMatrix *mat = (CsrMatrix*)matstruct->mat; in MatMultAddKernel_SeqAIJCUSPARSE() 2153 CsrMatrix *mat = (CsrMatrix*)matstruct->mat; in MatMultAddKernel_SeqAIJCUSPARSE() 2193 CsrMatrix *mat = (CsrMatrix*)matstruct->mat; in MatMultAddKernel_SeqAIJCUSPARSE() [all …]
|
H A D | cusparsematimpl.h | 125 struct CsrMatrix { struct 139 CsrMatrix *csrMat; argument
|
/dports/misc/xgboost/xgboost-1.5.1/cub/experimental/ |
H A D | sparse_matrix.h | 749 struct CsrMatrix struct 762 …CsrMatrix() : num_rows(0), num_cols(0), num_nonzeros(0), row_offsets(NULL), column_indices(NULL), … in CsrMatrix() argument 805 ~CsrMatrix() in ~CsrMatrix() argument 1116 CsrMatrix<ValueT, OffsetT>& matrix, in RcmRelabel() 1203 CsrMatrix<ValueT, OffsetT>& matrix,
|
H A D | spmv_compare.cu | 73 CsrMatrix<ValueT, OffsetT>& a, in SpmvGold() 587 CsrMatrix<ValueT, OffsetT>& csr_matrix) in DisplayPerf() 637 CsrMatrix<ValueT, OffsetT> csr_matrix; in RunTest()
|
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/mpi/mpicusparse/ |
H A D | mpiaijcusparse.cu | 430 CsrMatrix *matrixA,*matrixB=NULL; in MatCUSPARSEGetDeviceMatWrite() 436 matrixA = (CsrMatrix*)matstruct->mat; in MatCUSPARSEGetDeviceMatWrite() 451 matrixA = (CsrMatrix*)matstructA->mat; in MatCUSPARSEGetDeviceMatWrite() 452 matrixB = (CsrMatrix*)matstructB->mat; in MatCUSPARSEGetDeviceMatWrite()
|
/dports/science/PETSc/petsc-3.14.1/ |
H A D | TAGS | 37330 struct CsrMatrix 125,7600 37340 CsrMatrix *csrMat;csrMat139,8038
|
H A D | CTAGS | 3366 CsrMatrix src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h /^struct CsrMatrix {$/;" s language:C… 3367 …eq/seqcusparse/aijcusparse.cu /^static PetscErrorCode CsrMatrix_Destroy(CsrMatrix **mat)$/;" f lan… 39941 …usparse/cusparsematimpl.h /^ THRUSTINTARRAY32 *column_indices;$/;" m language:C++ struct:CsrMatrix 40949 csrMat src/mat/impls/aij/seq/seqcusparse/cusparsematimpl.h /^ CsrMatrix *csrMat;… 70366 …paque pointer to a matrix. This could be either a cusparseHybMat_t or a CsrMatrix *\/$/;" m langua… 72911 …eq/seqcusparse/cusparsematimpl.h /^ PetscInt num_cols;$/;" m language:C++ struct:CsrMatrix 72912 …seqcusparse/cusparsematimpl.h /^ PetscInt num_entries;$/;" m language:C++ struct:CsrMatrix 72933 …eq/seqcusparse/cusparsematimpl.h /^ PetscInt num_rows;$/;" m language:C++ struct:CsrMatrix 76940 …eqcusparse/cusparsematimpl.h /^ THRUSTINTARRAY32 *row_offsets;$/;" m language:C++ struct:CsrMatrix 80876 …seq/seqcusparse/cusparsematimpl.h /^ THRUSTARRAY *values;$/;" m language:C++ struct:CsrMatrix
|