Searched refs:MAT_HIPSPARSESolveAnalysis (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 338 PetscCall(PetscLogEventBegin(MAT_HIPSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix() 349 PetscCall(PetscLogEventEnd(MAT_HIPSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJHIPSPARSEBuildILULowerTriMatrix() 454 PetscCall(PetscLogEventBegin(MAT_HIPSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJHIPSPARSEBuildILUUpperTriMatrix() 465 PetscCall(PetscLogEventEnd(MAT_HIPSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJHIPSPARSEBuildILUUpperTriMatrix() 618 PetscCall(PetscLogEventBegin(MAT_HIPSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJHIPSPARSEBuildICCTriMatrices() 629 PetscCall(PetscLogEventEnd(MAT_HIPSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJHIPSPARSEBuildICCTriMatrices() 661 PetscCall(PetscLogEventBegin(MAT_HIPSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJHIPSPARSEBuildICCTriMatrices() 672 PetscCall(PetscLogEventEnd(MAT_HIPSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJHIPSPARSEBuildICCTriMatrices() 848 PetscCall(PetscLogEventBegin(MAT_HIPSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve() 859 PetscCall(PetscLogEventEnd(MAT_HIPSPARSESolveAnalysis, A, 0, 0, 0)); in MatSeqAIJHIPSPARSEAnalyzeTransposeForSolve() [all …]
|
| /petsc/src/mat/interface/ |
| H A D | dlregismat.c | 267 PetscCall(PetscLogEventRegister("MatHIPSPARSSolAnl", MAT_CLASSID, &MAT_HIPSPARSESolveAnalysis)); in MatInitializePackage()
|
| H A D | matrix.c | 37 …RSECopyToGPU, MAT_HIPSPARSECopyFromGPU, MAT_HIPSPARSEGenerateTranspose, MAT_HIPSPARSESolveAnalysis; variable
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 1762 PETSC_EXTERN PetscLogEvent MAT_HIPSPARSESolveAnalysis; variable
|