fix tile_size_mnk compilation warning (#1294)
This commit is contained in:
parent
9385141f19
commit
092f14db05
@ -391,6 +391,8 @@ struct TiledMMA : MMA_Atom
|
|||||||
} else {
|
} else {
|
||||||
return cute::max(core_size, perm_size);
|
return cute::max(core_size, perm_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CUTE_GCC_UNREACHABLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
CUTE_HOST_DEVICE constexpr
|
CUTE_HOST_DEVICE constexpr
|
||||||
|
Loading…
Reference in New Issue
Block a user