mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-01 12:17:00 +00:00
remove unused utility function
This commit is contained in:
@@ -202,9 +202,4 @@ auto run_cshuffle_epilogue_test(ScaleType scale = ScaleType::None)
|
||||
return host_output;
|
||||
}
|
||||
|
||||
bool check_float_equal(float a, float b, float epsilon = 1e-3F)
|
||||
{
|
||||
return std::fabs(a - b) < epsilon;
|
||||
}
|
||||
|
||||
} // namespace ck_tile
|
||||
|
||||
Reference in New Issue
Block a user