added message that timings doesn't include data transfer to gpu performance sample (Issue #1846)

This commit is contained in:
Vladislav Vinogradov 2012-05-12 06:28:51 +00:00
parent 52797a55e2
commit ef478840af

View File

@ -217,6 +217,8 @@ int main(int argc, const char* argv[])
TestSystem::instance().setNumIters(iters);
cout << "\nNote: the timings for GPU don't include data transfer" << endl;
TestSystem::instance().run();
return 0;