Moved f16xi4 test under the correct data layout group

This commit is contained in:
Anca Hamuraru
2025-05-20 14:42:09 +00:00
parent b1a9a27bf1
commit 15bfa00312

View File

@@ -68,6 +68,7 @@ using KernelTypes_MK_NK = ::testing::Types<
#if defined(CK_ENABLE_FP8)
std::tuple< F8, F16, F16, F16>,
std::tuple< F16, F8, F16, F16>,
std::tuple< F16, I4, F16, F16>,
#endif
std::tuple< F16, F16, F16, F16>
>;
@@ -87,7 +88,6 @@ using KernelTypes_KM_KN = ::testing::Types<
#if defined(CK_ENABLE_FP8)
std::tuple< F8, F16, F16, F16>,
std::tuple< F16, F8, F16, F16>,
std::tuple< F16, I4, F16, F16>,
#endif
std::tuple< F16, F16, F16, F16>
>;