Searched refs:TimedSpMV (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | bench_spmv.c | 126 PetscErrorCode TimedSpMV(Mat A, Vec b, PetscReal *time, const char *petscmatformat, PetscBool use_g… in TimedSpMV() function 339 PetscCall(TimedSpMV(A, b, NULL, petscmatformat, use_gpu, repetitions)); in main() 354 PetscCall(TimedSpMV(A, b, &spmv_time, petscmatformat, use_gpu, repetitions)); in main()
|