"vscode:/vscode.git/clone" did not exist on "b0c76d48be90809e07761318b7ee78b551ad1236"
Commit a3b80195 authored by Ramesh Errabolu's avatar Ramesh Errabolu
Browse files

Identify fix for buffer size table

parent df8226d7
......@@ -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");
......
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