Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1642 PetscInt flopCount = 0; in Norm() local
1649 flopCount = std::max(n - 1, 0); in Norm()
1658 flopCount += std::max(2 * n - 1, 0); // += in case we've fallen through from NORM_1_AND_2 in Norm()
1673 PetscCall(PetscLogGpuFlops(flopCount)); in Norm()