[PATCH] D23698: [test-suite] Adding three bitcode benchmarks from Halide suite
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 18 17:11:25 PDT 2016
mehdi_amini added a comment.
In https://reviews.llvm.org/D23698#520316, @MatzeB wrote:
> In https://reviews.llvm.org/D23698#520308, @asbirlea wrote:
>
> > Adding a note: These benchmarks use libpng, which or may not be installed on the bots.
> > Should the lib be built as part of the test-suite, and added as a dependency here? Other options?
>
>
> Would it possible to commit a simple random number generator instead and generate the array data with this generator and a known seed? (I assume here that it doesn't make a difference if the data is a realistic image data or just "random")
Right, I was about to suggest we just load the images stored as raw array of bytes instead of png, but random may work as well.
https://reviews.llvm.org/D23698
More information about the llvm-commits
mailing list