Commit 5611f15c authored by Ramesh Errabolu's avatar Ramesh Errabolu
Browse files

One or more variables is getting initialized leading to incorrect execution

parent b5f4387a
...@@ -761,6 +761,8 @@ RocmBandwidthTest::RocmBandwidthTest(int argc, char** argv) : BaseTest() { ...@@ -761,6 +761,8 @@ RocmBandwidthTest::RocmBandwidthTest(int argc, char** argv) : BaseTest() {
req_read_ = REQ_INVALID; req_read_ = REQ_INVALID;
req_write_ = REQ_INVALID; req_write_ = REQ_INVALID;
req_version_ = REQ_INVALID;
req_topology_ = REQ_INVALID;
req_copy_bidir_ = REQ_INVALID; req_copy_bidir_ = REQ_INVALID;
req_copy_unidir_ = REQ_INVALID; req_copy_unidir_ = REQ_INVALID;
req_copy_all_bidir_ = 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