Skip to content

Commit 1a5eca7

Browse files
author
Bakshi, Alok
committed
jit: lrn: avx2: bug fix
1 parent d89bf4b commit 1a5eca7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cpu/jit_uni_lrn_kernel_f32.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,6 @@ jit_uni_lrn_bwd_kernel_f32<isa>::jit_uni_lrn_bwd_kernel_f32(
14351435
vsqrtps(xa, xa);
14361436
vmulps(xa, xa, xws_next);
14371437
vdivps(xsrc_next, xsrc_next, xa);
1438-
vdivps(xsrc_next, xsrc_next, xws_next);
14391438
vmulps(xdiffdst_next, xdiffdst_next, xsrc_next);
14401439
}
14411440

0 commit comments

Comments
 (0)