From 5c8b07262bb8c1813903846cb4a211c37b6d3dd9 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Wed, 11 May 2016 11:49:44 +0100 Subject: [PATCH] Default to 100 iterations to get over any warm up times --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 007ab7f..4fb35c3 100644 --- a/main.cpp +++ b/main.cpp @@ -35,7 +35,7 @@ #endif unsigned int ARRAY_SIZE = 52428800; -unsigned int num_times = 10; +unsigned int num_times = 100; unsigned int deviceIndex = 0; bool use_float = false;