mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-02 20:51:23 +00:00
Re enable f8 x bf8 tests on compv3 and compv4 (#3605)
* Re-enable f8 x bf8 tests on CompV3 as they now pass * On CompV4, fp8 x bf8 tests now pass with K_BlockSize I32 * Add a changelog entry --------- Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
This commit is contained in:
@@ -13,13 +13,8 @@ class TestCkTileGemmPipelineCompV3
|
||||
static constexpr bool check_data_type()
|
||||
{
|
||||
using Base = TestCkTileGemmPipeline<T, TestCkTileGemmPipelineCompV3<T>>;
|
||||
if constexpr(std::is_same_v<typename Base::ADataType, F8> &&
|
||||
std::is_same_v<typename Base::BDataType, BF8>)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
else if constexpr(std::is_same_v<typename Base::BLayout, Row> &&
|
||||
std::is_same_v<typename Base::BDataType, I4>)
|
||||
if constexpr(std::is_same_v<typename Base::BLayout, Row> &&
|
||||
std::is_same_v<typename Base::BDataType, I4>)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user