Home | History | Annotate | Download | only in gpu

Lines Matching full:endl

360         cerr << "Usage: stereo_multi_gpu <left_video> <right_video>" << endl;
367 cerr << "Two GPUs are required" << endl;
378 << devInfo.minorVersion() << endl;
390 cerr << "Can't open " << argv[1] << " video file" << endl;
396 cerr << "Can't open " << argv[2] << " video file" << endl;
400 cout << endl;
401 cout << "This sample demonstrates working on one piece of data using two GPUs." << endl;
402 cout << "It splits input into two parts and processes them separately on different GPUs." << endl;
403 cout << endl;
425 cout << "-------------------------------------------------------------------" << endl;
426 cout << "| Frame | GPU 0 ms | GPU 1 ms | Multi Thread ms | Multi Stream ms |" << endl;
427 cout << "-------------------------------------------------------------------" << endl;
439 cerr << "Frames have different sizes" << endl;
480 << setw(15) << setprecision(1) << fixed << multiStreamTime << " |" << endl;
497 cout << "-------------------------------------------------------------------" << endl;