[PATCH] D23698: [test-suite] Adding three bitcode benchmarks from Halide suite
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 18 17:03:35 PDT 2016
MatzeB added a comment.
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")
https://reviews.llvm.org/D23698
More information about the llvm-commits
mailing list