Displaying 1 result from an estimated 1 matches for "bhive".
Did you mean:
hive
2020 Jan 16
2
[RFC] Implementing the BHive methodology in llvm-exegesis
Hi all,
In a recent IISWC paper
<http://groups.csail.mit.edu/commit/papers/19/ithemal-measurement.pdf>,
we've proposed BHive - a new methodology for benchmarking arbitrary basic
blocks that has several advantages over the one currently used in
llvm-exegesis. In particular, the new methodology:
- automatically handles memory accesses in the basic block, without the
need to manually annotate live-ins,
- maps all memory add...