Lines Matching refs:PetscLogGpuFlops
769 PetscCall(PetscLogGpuFlops(4.0 * aij->nz - A->rmap->n)); in MatSolve_SeqAIJCUSPARSE_Cholesky()
1458 PetscCall(PetscLogGpuFlops(2.0 * aij->nz - m)); in MatSolve_SeqAIJCUSPARSE_LU()
1529 PetscCall(PetscLogGpuFlops(2.0 * aij->nz - A->rmap->n)); in MatSolveTranspose_SeqAIJCUSPARSE_LU()
1582 PetscCall(PetscLogGpuFlops(2.0 * cusparseTriFactors->nnz - A->cmap->n)); in MatSolveTranspose_SeqAIJCUSPARSE()
1620 PetscCall(PetscLogGpuFlops(2.0 * cusparseTriFactors->nnz - A->cmap->n)); in MatSolveTranspose_SeqAIJCUSPARSE_NaturalOrdering()
1660 PetscCall(PetscLogGpuFlops(2.0 * cusparseTriFactors->nnz - A->cmap->n)); in MatSolve_SeqAIJCUSPARSE()
1690 PetscCall(PetscLogGpuFlops(2.0 * cusparseTriFactors->nnz - A->cmap->n)); in MatSolve_SeqAIJCUSPARSE_NaturalOrdering()
1755 PetscCall(PetscLogGpuFlops(fs->numericFactFlops)); in MatILUFactorNumeric_SeqAIJCUSPARSE_ILU0()
1942 PetscCall(PetscLogGpuFlops(2.0 * aij->nz - fact->rmap->n)); in MatSolve_SeqAIJCUSPARSE_ICC0()
2004 PetscCall(PetscLogGpuFlops(fs->numericFactFlops)); in MatICCFactorNumeric_SeqAIJCUSPARSE_ICC0()
2807 PetscCall(PetscLogGpuFlops(n * 2.0 * csrmat->num_entries)); in MatProductNumeric_SeqAIJCUSPARSE_SeqDENSECUDA()
3007 PetscCall(PetscLogGpuFlops(mmdata->flops)); in MatProductNumeric_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3330 PetscCall(PetscLogGpuFlops(mmdata->flops)); in MatProductSymbolic_SeqAIJCUSPARSE_SeqAIJCUSPARSE()
3721 PetscCall(PetscLogGpuFlops(2.0 * a->nz)); in MatMultAddKernel_SeqAIJCUSPARSE()
3723 PetscCall(PetscLogGpuFlops(2.0 * a->nz - a->nonzerorowcnt)); in MatMultAddKernel_SeqAIJCUSPARSE()
3916 PetscCall(PetscLogGpuFlops(x->nz + y->nz)); in MatAXPY_SeqAIJCUSPARSE()
3923 PetscCall(PetscLogGpuFlops(x->nz + y->nz)); in MatAXPY_SeqAIJCUSPARSE()
3939 PetscCall(PetscLogGpuFlops(2.0 * bnz)); in MatAXPY_SeqAIJCUSPARSE()
3963 PetscCall(PetscLogGpuFlops(bnz)); in MatScale_SeqAIJCUSPARSE()