Simple HostArgs struct

This commit is contained in:
Mateusz Ozga
2025-03-22 18:39:35 +00:00
parent f6a2cfb1ef
commit 8ce06348b5
13 changed files with 49 additions and 56 deletions

View File

@@ -22,7 +22,7 @@ template <typename ADataType,
typename DsLayout,
typename CLayout,
typename CDEElementWise = ck_tile::element_wise::PassThrough>
float gemm(const ck_tile::GemmHostArgs</*NumDTensor = 0*/>& args, const ck_tile::stream_config& s)
float gemm(const ck_tile::GemmHostArgs& args, const ck_tile::stream_config& s)
{
// The kPadM, kPadN, kPadK & kBlockPerCu should also come from the Codegen part.