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

Merge pull request #42 from RadeonOpenCompute/fixStaticInitialization

One or more variables is getting initialized leading to incorrect exe…
parents b5f4387a 5611f15c
......@@ -761,6 +761,8 @@ RocmBandwidthTest::RocmBandwidthTest(int argc, char** argv) : BaseTest() {
req_read_ = REQ_INVALID;
req_write_ = REQ_INVALID;
req_version_ = REQ_INVALID;
req_topology_ = REQ_INVALID;
req_copy_bidir_ = REQ_INVALID;
req_copy_unidir_ = REQ_INVALID;
req_copy_all_bidir_ = REQ_INVALID;
......
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