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
fe64704a
Unverified
Commit
fe64704a
authored
Feb 11, 2019
by
Ramesh Errabolu
Committed by
GitHub
Feb 11, 2019
Browse files
Merge pull request #30 from RadeonOpenCompute/fixMinorNumber
Identify fix for buffer size table
parents
df8226d7
a3b80195
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rocm_bandwidth_test.cpp
rocm_bandwidth_test.cpp
+1
-1
No files found.
rocm_bandwidth_test.cpp
View file @
fe64704a
...
...
@@ -549,7 +549,7 @@ RocmBandwidthTest::RocmBandwidthTest(int argc, char** argv) : BaseTest() {
// Initialize version of the test
version_
.
major_id
=
2
;
version_
.
minor_id
=
0
;
version_
.
step_id
=
0
;
version_
.
step_id
=
1
;
version_
.
reserved
=
0
;
bw_iter_cnt_
=
getenv
(
"ROCM_BW_ITER_CNT"
);
...
...
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