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
df8226d7
Commit
df8226d7
authored
Feb 08, 2019
by
Ramesh Errabolu
Browse files
Sizeof behavior is different between Dbg vs Rls builds
parent
055e72c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rocm_bandwidth_test_parse.cpp
rocm_bandwidth_test_parse.cpp
+1
-1
No files found.
rocm_bandwidth_test_parse.cpp
View file @
df8226d7
...
...
@@ -341,7 +341,7 @@ void RocmBandwidthTest::ParseArguments() {
// Initialize the list of buffer sizes to use in copy/read/write operations
// For All Copy operations use only one buffer size
if
(
size_list_
.
size
()
==
0
)
{
uint32_t
size_len
=
sizeof
(
SIZE_LIST
)
/
sizeof
(
uint32
_t
);
uint32_t
size_len
=
sizeof
(
SIZE_LIST
)
/
sizeof
(
size
_t
);
for
(
uint32_t
idx
=
0
;
idx
<
size_len
;
idx
++
)
{
if
(
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