Searched refs:nloop (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/tests/ |
| H A D | ex2k.kokkos.cxx | 32 …__restrict__ x1, PetscScalar ***__restrict__ y1, PetscInt nwarm, PetscInt nloop, PetscLogDouble *a… in Update1() argument 41 for (it = 0; it < nwarm + nloop; it++) { in Update1() 50 *avgTime = (tend - tstart) / nloop; in Update1() 55 … *__restrict__ x2, PetscScalar *__restrict__ y2, PetscInt nwarm, PetscInt nloop, PetscLogDouble *a… in Update2() argument 66 for (it = 0; it < nwarm + nloop; it++) { in Update2() 75 *avgTime = (tend - tstart) / nloop; in Update2() 97 PetscInt nwarm = 2, nloop = 10; in main() local 121 PetscCall(Update1(da, x1, y1, nwarm, nloop, &avgTime)); in main() 132 PetscCall(Update2(da, x2, y2, nwarm, nloop, &avgTime)); in main() 143 for (PetscInt it = 0; it < nwarm + nloop; it++) { in main() [all …]
|