[PATCH] D23698: [test-suite] Adding three bitcode benchmarks from Halide suite
Alina Sbirlea via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 18 14:50:11 PDT 2016
asbirlea created this revision.
asbirlea added reviewers: MatzeB, mehdi_amini.
asbirlea added a subscriber: llvm-commits.
Adding three image processing benchmarks generated by Halide.
Based on the current inputs used they are fairly small, but they may be
extended in the future with larger testing inputs.
https://reviews.llvm.org/D23698
Files:
Bitcode/Benchmarks/CMakeLists.txt
Bitcode/Benchmarks/Halide/CMakeLists.txt
Bitcode/Benchmarks/Halide/bilateral_grid/CMakeLists.txt
Bitcode/Benchmarks/Halide/bilateral_grid/bilateral_grid.bc
Bitcode/Benchmarks/Halide/bilateral_grid/bilateral_grid.h
Bitcode/Benchmarks/Halide/bilateral_grid/driver.cpp
Bitcode/Benchmarks/Halide/bilateral_grid/output/rgb_out.png
Bitcode/Benchmarks/Halide/bilateral_grid/output/rgba_out.png
Bitcode/Benchmarks/Halide/blur/CMakeLists.txt
Bitcode/Benchmarks/Halide/blur/driver.cpp
Bitcode/Benchmarks/Halide/blur/halide_blur.bc
Bitcode/Benchmarks/Halide/blur/halide_blur.h
Bitcode/Benchmarks/Halide/common/benchmark.h
Bitcode/Benchmarks/Halide/common/halide_buffer.h
Bitcode/Benchmarks/Halide/common/halide_image.h
Bitcode/Benchmarks/Halide/common/halide_image_info.h
Bitcode/Benchmarks/Halide/common/halide_image_io.h
Bitcode/Benchmarks/Halide/common/x86_halide_runtime.bc
Bitcode/Benchmarks/Halide/images/rgb.png
Bitcode/Benchmarks/Halide/images/rgba.png
Bitcode/Benchmarks/Halide/local_laplacian/CMakeLists.txt
Bitcode/Benchmarks/Halide/local_laplacian/driver.cpp
Bitcode/Benchmarks/Halide/local_laplacian/local_laplacian.bc
Bitcode/Benchmarks/Halide/local_laplacian/output/rgb_out.png
Bitcode/Benchmarks/Halide/local_laplacian/output/rgba_out.png
Bitcode/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23698.68618.patch
Type: text/x-patch
Size: 52305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160818/0d247efa/attachment.bin>
More information about the llvm-commits
mailing list