Searched refs:gops (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 441 double gops, time, perf, dev; in MatMultNKernel_H2OPUS() local 442 HLibProfile::getHgemvPerf(gops, time, perf, dev); in MatMultNKernel_H2OPUS() 445 PetscCall(PetscLogFlops(1e9 * gops)); in MatMultNKernel_H2OPUS() 447 PetscCall(PetscLogGpuFlops(1e9 * gops)); in MatMultNKernel_H2OPUS() 450 PetscCall(PetscLogFlops(1e9 * gops)); in MatMultNKernel_H2OPUS() 626 double gops, time, perf, dev; in MatMultKernel_H2OPUS() local 627 HLibProfile::getHgemvPerf(gops, time, perf, dev); in MatMultKernel_H2OPUS() 630 PetscCall(PetscLogFlops(1e9 * gops)); in MatMultKernel_H2OPUS() 632 PetscCall(PetscLogGpuFlops(1e9 * gops)); in MatMultKernel_H2OPUS() 635 PetscCall(PetscLogFlops(1e9 * gops)); in MatMultKernel_H2OPUS() [all …]
|