mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
[CK_TILE] Add unit test for fp4 warp gemm (#2817)
This update includes a unit test for warp GEMM
[ROCm/composable_kernel commit: ba6af9fe7c]
This commit is contained in:
@@ -408,7 +408,6 @@ struct HostTensor
|
||||
return sizeof(T) * get_element_space_size();
|
||||
}
|
||||
|
||||
// void SetZero() { ck_tile::ranges::fill<T>(mData, 0); }
|
||||
void SetZero()
|
||||
{
|
||||
if constexpr(std::is_same_v<T, e8m0_t>)
|
||||
|
||||
@@ -115,7 +115,7 @@ struct WarpGemmAttributeMfma
|
||||
const BVecType& b_vec,
|
||||
const int32_t& b_scale) const
|
||||
{
|
||||
auto c_vec = Impl{}.template operator()<opselA, opselB>(a_vec, a_scale, b_vec, b_scale);
|
||||
return Impl{}.template operator()<opselA, opselB>(a_vec, a_scale, b_vec, b_scale);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user