Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dbench_spmv.c196 PetscErrorCode PetscLogSpMVTime(PetscReal *gputime, PetscReal *cputime, PetscReal *gpuflops, const … in PetscLogSpMVTime() argument
218 if (gpuflops) *gpuflops = eventInfo.GpuFlops / 1.e6; in PetscLogSpMVTime()