Skip to content

Commit a048710

Browse files
committed
Fix deconv 3D post OPs segment fault issue. (#130)
1 parent a7a6464 commit a048710

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
@@ -1415,6 +1415,7 @@ void _jit_avx512_common_conv_bwd_data_kernel_f32<Vmm>::compute_loop_fma(
14151415
}
14161416

14171417
if (jcp.ndims == 5) {
1418+
base_post_ops_data_offset += reg64_size;
14181419
push(reg_src);
14191420

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

0 commit comments

Comments
 (0)