Skip to content

Commit bca3d4f

Browse files
luweizhou2016EgorDuplensky
authored andcommitted
Fix deconv 3D post OPs segment fault issue. (#130)
1 parent e77a9e6 commit bca3d4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cpu/x64/jit_avx512_common_conv_kernel.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1414,6 +1414,7 @@ void _jit_avx512_common_conv_bwd_data_kernel_f32<Vmm>::compute_loop_fma(
14141414
}
14151415

14161416
if (jcp.ndims == 5) {
1417+
base_post_ops_data_offset += reg64_size;
14171418
push(reg_src);
14181419

14191420
mov(reg_ki, ptr[param + GET_OFF(kd_padding)]);

0 commit comments

Comments
 (0)