[PATCH] D10991: [LNT] Reduce I/O execution time for Polybench
Renato Golin
renato.golin at linaro.org
Tue Jul 7 06:55:31 PDT 2015
In http://reviews.llvm.org/D10991#200277, @grosser wrote:
> I also don't think this needs to be over-engineered. Maybe I missed something, but could
> we not just copy https://en.wikipedia.org/wiki/MurmurHash, add a call to
Choosing an arbitrary hash function may encourage people to disagree, etc. Also, the I/O is already negligible.
I have compiled with and without -DPOLYBENCH_DUMP_ARRAYS, and on most cases, the difference is lower than noise.
Repository:
rL LLVM
http://reviews.llvm.org/D10991
More information about the llvm-commits
mailing list