[PATCH] D46432: [llvm-exegesis] Add a library to cluster benchmark results.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 7 01:09:19 PDT 2018
courbet marked 3 inline comments as done.
courbet added a comment.
Thanks.
================
Comment at: tools/llvm-exegesis/lib/Clustering.cpp:16
+
+// The clustering problem has the following characteristics:
+// (A) - Low dimension (dimensions are typically proc resource units,
----------------
gchatelet wrote:
> How about multiple runs? (with randomized registers and values)
> Do we average them? Are they separate points?
They are separate points. We might want to group them in the client code.
Repository:
rL LLVM
https://reviews.llvm.org/D46432
More information about the llvm-commits
mailing list