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
5b9dd8e5
Commit
5b9dd8e5
authored
Feb 02, 2019
by
Ramesh Errabolu
Browse files
Access between dev<i> and dev-<j> is not symmetric
parent
a1a217aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
rocm_bandwidth_test_print.cpp
rocm_bandwidth_test_print.cpp
+0
-6
No files found.
rocm_bandwidth_test_print.cpp
View file @
5b9dd8e5
...
@@ -169,12 +169,6 @@ void RocmBandwidthTest::PrintAccessMatrix() const {
...
@@ -169,12 +169,6 @@ void RocmBandwidthTest::PrintAccessMatrix() const {
for
(
uint32_t
dst_idx
=
0
;
dst_idx
<
agent_index_
;
dst_idx
++
)
{
for
(
uint32_t
dst_idx
=
0
;
dst_idx
<
agent_index_
;
dst_idx
++
)
{
uint32_t
path_exists
=
access_matrix_
[(
src_idx
*
agent_index_
)
+
dst_idx
];
uint32_t
path_exists
=
access_matrix_
[(
src_idx
*
agent_index_
)
+
dst_idx
];
std
::
cout
.
width
(
format
);
std
::
cout
.
width
(
format
);
/* Remove this block - as it is not always correct
* i.e. access path can be asymmetric
if (path_exists == 2) {
path_exists = 1;
}
*/
std
::
cout
<<
path_exists
;
std
::
cout
<<
path_exists
;
}
}
std
::
cout
<<
std
::
endl
;
std
::
cout
<<
std
::
endl
;
...
...
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