fix tile_size_mnk compilation warning (#1294)

This commit is contained in:
reed 2024-01-30 10:21:15 +08:00 committed by GitHub
parent 9385141f19
commit 092f14db05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -391,6 +391,8 @@ struct TiledMMA : MMA_Atom
} else {
return cute::max(core_size, perm_size);
}
CUTE_GCC_UNREACHABLE;
}
CUTE_HOST_DEVICE constexpr