Skip to content

Commit

Permalink
[MERGE THIS INTO ANOTHER COMMIT] brgemm_matmul_matrix_B_reorder_t fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron committed Dec 17, 2024
1 parent ca8c079 commit 8e1a5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu/reorder/cpu_reorder_regular_f32_f32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const impl_list_map_t &regular_f32_f32_impl_list_map() {
DNNL_X64_ONLY(CPU_REORDER_INSTANCE(x64_jit_uni_reorder_t))

DNNL_AARCH64_ONLY(DNNL_ACL_ONLY(CPU_REORDER_INSTANCE(acl::acl_reorder_fwd_t)))
DNNL_AARCH64_ONLY(CPU_REORDER_INSTANCE(aarch64_brgemm_matmul_matrix_B_reorder_t))
DNNL_AARCH64_ONLY(CPU_REORDER_INSTANCE(aarch64::brgemm_matmul_matrix_B_reorder_t))
DNNL_AARCH64_ONLY(CPU_REORDER_INSTANCE(aarch64_jit_blk_reorder_t))
DNNL_AARCH64_ONLY(CPU_REORDER_INSTANCE(aarch64_jit_uni_reorder_t))
REG_SR(f32, any, f32, any, fmt_order_any, spec::reference)
Expand Down

0 comments on commit 8e1a5fa

Please sign in to comment.