"vscode:/vscode.git/clone" did not exist on "13a0493bee2aa8bb005ff024a09995e68fd8a933"
Unverified Commit d460bf9b authored by rerrabolu's avatar rerrabolu Committed by GitHub
Browse files

Merge pull request #2 from RadeonOpenCompute/addValidationMode

Update help screen with Validation Mode
parents c765fd3e d3f4386e
...@@ -50,8 +50,8 @@ void RocmBandwidthTest::PrintHelpScreen() { ...@@ -50,8 +50,8 @@ void RocmBandwidthTest::PrintHelpScreen() {
std::cout << "Supported arguments:" << std::endl; std::cout << "Supported arguments:" << std::endl;
std::cout << std::endl; std::cout << std::endl;
std::cout << "\t -h Prints the help screen" << std::endl; std::cout << "\t -h Prints the help screen" << std::endl;
std::cout << "\t -v Run the test in validation mode" << std::endl;
std::cout << "\t -c Time the operation using CPU Timers" << std::endl; std::cout << "\t -c Time the operation using CPU Timers" << std::endl;
std::cout << "\t -v Verifies the output of transfer operations" << std::endl;
std::cout << "\t -t Prints system topology and allocatable memory info" << std::endl; std::cout << "\t -t Prints system topology and allocatable memory info" << std::endl;
std::cout << "\t -m List of buffer sizes to use, specified in Megabytes" << std::endl; std::cout << "\t -m List of buffer sizes to use, specified in Megabytes" << std::endl;
std::cout << "\t -b List devices to use in bidirectional copy operations" << std::endl; std::cout << "\t -b List devices to use in bidirectional copy operations" << std::endl;
......
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