Searched refs:GEMV_Cyc (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/ |
| H A D | blas_cyclic.h | 32 PETSC_INTERN PetscLogEvent GEMV_Cyc; variable
|
| H A D | blas_cyclic.c | 9 PetscLogEvent AXPBY_Cyc, DMV_Cyc, DSV_Cyc, TRSV_Cyc, GEMV_Cyc, HEMV_Cyc; variable 477 PetscCall(PetscLogEventBegin(GEMV_Cyc, NULL, NULL, NULL, NULL)); in MatSeqDenseGEMVCyclic() 501 PetscCall(PetscLogEventEnd(GEMV_Cyc, NULL, NULL, NULL, NULL)); in MatSeqDenseGEMVCyclic()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvmimpl.c | 20 PetscCall(PetscLogEventRegister("GEMVCyclic", MAT_CLASSID, &GEMV_Cyc)); in MatLMVMPackageInitialize()
|