Skip to content

Commit

Permalink
[FORK][FEATURE] added simple reorder instance fp32->fp16
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvor committed Nov 15, 2023
1 parent 2ead5d4 commit ec32493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu/reorder/cpu_reorder_regular_f32_f16.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const impl_list_map_t &regular_f32_f16_impl_list_map() {
{{f32, f16, 0}, {
DNNL_X64_ONLY(CPU_REORDER_INSTANCE(x64_jit_blk_reorder_t))
DNNL_X64_ONLY(CPU_REORDER_INSTANCE(x64_jit_uni_reorder_t))

REG_SR(f32, any, f16, any, fmt_order_any, spec_reference)
nullptr,
}},
});
Expand Down

0 comments on commit ec32493

Please sign in to comment.