mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 20:09:25 +00:00
Merge commit '42048bdb7d8d931966af76c6dacfedce1c9da90a' into develop
This commit is contained in:
@@ -209,7 +209,8 @@ struct ReferenceOutputMatcher
|
||||
// Round to 2 digits
|
||||
const float percentage = e.wrong_elements * 10000 / e.total_elements / 100.f;
|
||||
*listener << e.wrong_elements << "/" << e.total_elements
|
||||
<< " incorrect elements (~" << percentage << "%)";
|
||||
<< " incorrect elements (~" << percentage << "%)," << " max error "
|
||||
<< e.max_error;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user