added message that timings doesn't include data transfer to gpu performance sample (Issue #1846)
This commit is contained in:
parent
52797a55e2
commit
ef478840af
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user