[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
Mon Aug 6 14:16:43 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rT339055: Add image blur algorithms using Benchmark Library (authored by proton, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D49341?vs=159183&id=159393#toc

Repository:
  rT test-suite

https://reviews.llvm.org/D49341

Files:
  MicroBenchmarks/ImageProcessing/Blur/CMakeLists.txt
  MicroBenchmarks/ImageProcessing/Blur/blur.h
  MicroBenchmarks/ImageProcessing/Blur/boxBlur.reference_output
  MicroBenchmarks/ImageProcessing/Blur/boxBlurKernel.c
  MicroBenchmarks/ImageProcessing/Blur/gaussianBlur.reference_output
  MicroBenchmarks/ImageProcessing/Blur/gaussianBlurKernel.c
  MicroBenchmarks/ImageProcessing/Blur/main.cpp
  MicroBenchmarks/ImageProcessing/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49341.159393.patch
Type: text/x-patch
Size: 10499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180806/1402ee56/attachment.bin>


More information about the llvm-commits mailing list