Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
rocm_bandwidth_test
Commits
8bfc3c31
Unverified
Commit
8bfc3c31
authored
Nov 02, 2020
by
Bengt Lüers
Committed by
GitHub
Nov 02, 2020
Browse files
Fix typo
typo
parent
d4f6ceb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rocm_bandwidth_test_report.cpp
rocm_bandwidth_test_report.cpp
+1
-1
No files found.
rocm_bandwidth_test_report.cpp
View file @
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
<<
"B
i
directional 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
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment