mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 21:51:28 +00:00
This reverts commit b7322a521a.
This commit is contained in:
@@ -1135,7 +1135,7 @@ bool run(const ck_tile::ArgParser& arg_parser)
|
||||
|
||||
std::cout << std::fixed << ", " << std::setprecision(3) << ave_time << " ms, "
|
||||
<< std::setprecision(2) << tflops << " TFlops, " << std::setprecision(2) << gb_per_sec
|
||||
<< " GB/s" << std::flush << std::endl;
|
||||
<< " GB/s" << std::flush;
|
||||
|
||||
if(do_validation == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user