Unverified Commit 6a5217d7 authored by Ramesh Errabolu's avatar Ramesh Errabolu Committed by GitHub
Browse files

Merge pull request #67 from Bengt/master

Fix Typo
parents 528b05ea 8bfc3c31
...@@ -274,7 +274,7 @@ void RocmBandwidthTest::PrintPerfMatrix(bool validate, bool peak, double* perf_m ...@@ -274,7 +274,7 @@ void RocmBandwidthTest::PrintPerfMatrix(bool validate, bool peak, double* perf_m
} }
if ((peak) && (req_copy_all_bidir_ == REQ_COPY_ALL_BIDIR)) { 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)) { 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