This is an archive of the discontinued LLVM Phabricator instance.

[libc][automemcpy] Introduce geomean of scores as a tie breaker
ClosedPublic

Authored by gchatelet on Feb 17 2022, 4:31 AM.

Diff Detail

Event Timeline

gchatelet created this revision.Feb 17 2022, 4:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 17 2022, 4:31 AM
gchatelet requested review of this revision.Feb 17 2022, 4:31 AM
courbet accepted this revision.Feb 17 2022, 4:33 AM
courbet added inline comments.
libc/benchmarks/automemcpy/lib/ResultAnalyzerMain.cpp
147–152

use the tie trick ? (make_tuple in this case since you have values)

This revision is now accepted and ready to land.Feb 17 2022, 4:33 AM
gchatelet updated this revision to Diff 409611.Feb 17 2022, 5:36 AM
  • Use tuple ordering to simplify sorting
gchatelet marked an inline comment as done.Feb 17 2022, 5:36 AM
gchatelet updated this revision to Diff 409612.Feb 17 2022, 5:37 AM

rebase and squash