Skip to content

Commit

Permalink
#17132: Update the API for GS and BH
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvetkovicTT committed Jan 31, 2025
1 parent 745b7a3 commit 893a786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ inline void llk_pack(std::uint32_t tile_index, std::uint32_t output, std::uint32
* LLK PACK UNTILIZE
*************************************************************************/
template <
bool is_fp32_dest_acc_en /* Not used on BH */,
std::uint32_t block_ct_dim = 8,
std::uint32_t full_ct_dim = block_ct_dim,
bool diagonal = false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ inline void llk_pack(std::uint32_t tile_index, std::uint32_t output, std::uint32
*************************************************************************/

template <
bool is_fp32_dest_acc_en /* Not used on GS */,
std::uint32_t block_ct_dim = 8,
std::uint32_t full_ct_dim = block_ct_dim,
bool diagonal = false,
Expand Down

0 comments on commit 893a786

Please sign in to comment.