Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/cpu/x64/jit_avx512_core_x8s8s32x_conv_kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1472,10 +1472,6 @@ status_t jit_avx512_core_x8s8s32x_fwd_kernel::init_conf(jit_conv_conf_t &jcp,
jcp.isa = mayiuse(avx512_core_bf16) ? avx512_core_bf16
: bf16_emulation_t::get_isa();

if (jcp.is_depthwise && is_3d)
// NOTE: 3D depthwise is not currently supported here.
return status::unimplemented;

jcp.with_input_zp = !attr.input_zero_points_.has_default_values();
jcp.with_weights_zp = !attr.weights_zero_points_.has_default_values();

Expand Down