We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e8e92 commit ae0e7ecCopy full SHA for ae0e7ec
host/p2p_bandwidth/src/host.cpp
@@ -395,6 +395,7 @@ int main(int argc, char **argv) {
395
parser.addSwitch("--input_file", "-i", "input test data flie", "");
396
parser.addSwitch("--device", "-d", "device id", "0");
397
parser.addSwitch("--mode", "-m", "mode r/w", "r");
398
+ parser.parse(argc, argv);
399
400
// Read settings
401
auto binaryFile = parser.value("xclbin_file");
0 commit comments