Add option to repeat the kernel on the device NUM times to increase benchmark accuracy

This commit is contained in:
Jens Steube
2016-02-15 17:42:09 +01:00
parent a5603086d5
commit 709f79a7da
3 changed files with 98 additions and 101 deletions

View File

@@ -1189,6 +1189,7 @@ typedef struct
uint quiet;
uint force;
uint benchmark;
uint benchmark_repeats;
uint runtime;
uint remove;
uint remove_timer;