Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
This commit is contained in:
Xiwen Yu 2025-09-06 06:10:42 +08:00
parent 3e71ec7a76
commit bec1e71158

View File

@ -440,7 +440,7 @@ std::vector<tkc::CutlassGemmConfig> CutlassFp4GemmRunner<T, fp4GemmType>::getCon
}
}
CutlassGemmConfig config(tile_config, tkc::MainloopScheduleType::AUTO, tkc::EpilogueScheduleType::AUTO,
cluster_config, ClusterShape::Undefined, ClusterShape::Undefined, mSm);
cluster_config, tkc::ClusterShape::Undefined, tkc::ClusterShape::Undefined, mSm);
candidateConfigs.push_back(config);
}
}