Skip to content

Commit

Permalink
jit: lrn: avx2: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bakshi, Alok committed Jul 8, 2019
1 parent d89bf4b commit 1a5eca7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpu/jit_uni_lrn_kernel_f32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,6 @@ jit_uni_lrn_bwd_kernel_f32<isa>::jit_uni_lrn_bwd_kernel_f32(
vsqrtps(xa, xa);
vmulps(xa, xa, xws_next);
vdivps(xsrc_next, xsrc_next, xa);
vdivps(xsrc_next, xsrc_next, xws_next);
vmulps(xdiffdst_next, xdiffdst_next, xsrc_next);
}

Expand Down

0 comments on commit 1a5eca7

Please sign in to comment.