Unverified Commit 8bfc3c31 authored by Bengt Lüers's avatar Bengt Lüers Committed by GitHub
Browse files

Fix typo

typo
parent d4f6ceb7
......@@ -274,7 +274,7 @@ void RocmBandwidthTest::PrintPerfMatrix(bool validate, bool peak, double* perf_m
}
if ((peak) && (req_copy_all_bidir_ == REQ_COPY_ALL_BIDIR)) {
std::cout << "Bdirectional copy peak bandwidth GB/s";
std::cout << "Bidirectional copy peak bandwidth GB/s";
}
if ((peak == false) && (req_copy_all_bidir_ == REQ_COPY_ALL_BIDIR)) {
......
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