Commit ef478840 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

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

parent 52797a55
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment