added tunnings for aobench

This commit is contained in:
Evghenii
2014-02-06 10:13:18 +01:00
parent 9e1ab7c6b6
commit 9ecb4f4ac8
4 changed files with 82 additions and 15 deletions

View File

@@ -135,6 +135,7 @@ int main(int argc, char **argv)
// Run the ispc path, test_iterations times, and report the minimum
// time for any of them.
//
#define _CUDA_
#ifndef _CUDA_
double minTimeISPC = 1e30;
for (unsigned int i = 0; i < test_iterations[0]; i++) {