Skip to content

Commit

Permalink
Fix missing brace from bad conflict resolution (#15678)
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-aho authored Dec 4, 2024
1 parent 3ef4b98 commit 51bc24e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ inline void llk_pack_untilize(

pack_tile_addr += full_ct_dim * get_local_cb_interface(output_id).fifo_page_size;
}
}

template <bool out_of_order_output = false, bool untilize = false, bool is_fp32_dest_acc_en = false>
inline void llk_matmul_pack(
Expand Down

0 comments on commit 51bc24e

Please sign in to comment.