File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,11 +163,11 @@ static const pd_create_f cpu_impl_list[] = {
163163 INSTANCE (ref_batch_normalization_bwd_t <data_type::f32 >),
164164 /* inner product */
165165 INSTANCE (jit_avx2_inner_product_fwd_t ),
166- INSTANCE (jit_avx2_inner_product_bwd_weights_t ),
167- INSTANCE (jit_avx2_inner_product_bwd_data_t ),
168166 INSTANCE (gemm_inner_product_fwd_t <data_type::f32 >),
169167 INSTANCE (gemm_inner_product_bwd_data_t <data_type::f32 >),
170168 INSTANCE (gemm_inner_product_bwd_weights_t <data_type::f32 >),
169+ INSTANCE (jit_avx2_inner_product_bwd_weights_t ),
170+ INSTANCE (jit_avx2_inner_product_bwd_data_t ),
171171 INSTANCE (ref_inner_product_fwd_t <data_type::f32 >),
172172 INSTANCE (ref_inner_product_bwd_data_t <data_type::f32 >),
173173 INSTANCE (ref_inner_product_bwd_weights_t <data_type::f32 >),
You can’t perform that action at this time.
0 commit comments