mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-08 08:07:06 +00:00
Updated the set of tests for FP16
This commit is contained in:
@@ -58,6 +58,7 @@ using KernelTypes_MK_KN = ::testing::Types<
|
||||
// ADataType, BDataType, ComputeDataType, CDataType
|
||||
#if defined(CK_ENABLE_FP8)
|
||||
std::tuple< F8, F16, F16, F16>,
|
||||
std::tuple< F16, F8, F16, F16>,
|
||||
#endif
|
||||
std::tuple< F16, F16, F16, F16>
|
||||
>;
|
||||
@@ -66,6 +67,7 @@ using KernelTypes_MK_NK = ::testing::Types<
|
||||
// ADataType, BDataType, ComputeDataType, CDataType
|
||||
#if defined(CK_ENABLE_FP8)
|
||||
std::tuple< F8, F16, F16, F16>,
|
||||
std::tuple< F16, F8, F16, F16>,
|
||||
#endif
|
||||
std::tuple< F16, F16, F16, F16>
|
||||
>;
|
||||
@@ -85,6 +87,7 @@ 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>
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user