revise accuracy and perf tests

This commit is contained in:
yao
2013-06-19 13:03:35 +08:00
parent 843094a07f
commit 2c198f6cd6
14 changed files with 392 additions and 614 deletions

View File

@@ -52,6 +52,8 @@ int main(int argc, const char *argv[])
cerr << "no device found\n";
return -1;
}
// set this to overwrite binary cache every time the test starts
ocl::setBinaryDiskCache(ocl::CACHE_UPDATE);
int devidx = 0;