Skip to content

Commit

Permalink
gemm: remove redundant nd_iterator_step
Browse files Browse the repository at this point in the history
  • Loading branch information
qyi1 committed Dec 10, 2018
1 parent 72953e1 commit e154241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpu/gemm_convolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ void gemm_convolution_bwd_weights_t::execute_backward_weights() {
}
}
diff_bias[g*jcp.oc+oc] = db;
nd_iterator_step(g, jcp.ngroups, oc, jcp.oc);
});
}
}
Expand Down

0 comments on commit e154241

Please sign in to comment.