-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize par_ilut performance test
I saw a big (~2s) discrepency between the times google benchmark was measuring for me with UseRealTime and the times I was getting with a manual Kokkos timer, so I went back to my previous approach of manual timings and itegrated them with google benchmark via UseManualTime. To reduce some code duplication I added a generic time_call function to time a lambda call.
- Loading branch information
Showing
2 changed files
with
86 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters