Merge commit '7ea1508b59a0e8f89540d8d5f7eb3e7da9a50a62' into develop

This commit is contained in:
assistant-librarian[bot]
2025-06-04 16:16:14 +00:00
parent 5bf91c0f8b
commit 969267e66a
172 changed files with 6080 additions and 1033 deletions

View File

@@ -18,9 +18,12 @@ template <typename ADataType,
typename CDataType,
typename ALayout,
typename BLayout,
typename CLayout>
typename CLayout,
bool Persistent>
float gemm_calc(const ck_tile::GemmHostArgs& args, const ck_tile::stream_config& s)
{
if constexpr(Persistent)
std::cout << "WARNING: Ignoring persistent kernel option for basic gemm." << std::endl;
// The kPadM, kPadN, kPadK & kBlockPerCu should also come from the Codegen part.
constexpr bool kPadM = false;
constexpr bool kPadN = false;