Skip to content

Commit 60881ec

Browse files
Fix deconv 3D post OPs segment fault issue. (#130)
1 parent 29578b3 commit 60881ec

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
@@ -1411,6 +1411,7 @@ void _jit_avx512_common_conv_bwd_data_kernel_f32<Vmm>::compute_loop_fma(
14111411
}
14121412

14131413
if (jcp.ndims == 5) {
1414+
base_post_ops_data_offset += reg64_size;
14141415
push(reg_src);
14151416

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

0 commit comments

Comments
 (0)