[PATCH] D49341: [test-suite] Added Image Processing Kernels Using Benchmark Library: Blur Algorithms

Pankaj via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 14 00:43:10 PDT 2018


proton created this revision.
proton added reviewers: Meinersbur, homerdin, dberris, MatzeB, hfinkel, cmatthews, kristof.beyls.
Herald added subscribers: llvm-commits, mgorny.

Added mean filter blur and gaussian blur using benchmark library

Apply D49339 <https://reviews.llvm.org/D49339> before applying this as https://reviews.llvm.org/D49339 contains some helper functions used here.


Repository:
  rT test-suite

https://reviews.llvm.org/D49341

Files:
  MicroBenchmarks/ImageProcessing/Blur/CMakeLists.txt
  MicroBenchmarks/ImageProcessing/Blur/blur.h
  MicroBenchmarks/ImageProcessing/Blur/gaussianBlur.reference_output
  MicroBenchmarks/ImageProcessing/Blur/gaussianBlurKernel.cpp
  MicroBenchmarks/ImageProcessing/Blur/main.cpp
  MicroBenchmarks/ImageProcessing/Blur/meanFilterBlur.reference_output
  MicroBenchmarks/ImageProcessing/Blur/meanFilterBlurKernel.cpp
  MicroBenchmarks/ImageProcessing/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49341.155554.patch
Type: text/x-patch
Size: 10688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180714/07e52f89/attachment.bin>


More information about the llvm-commits mailing list