[PATCH] D49503: [test-suite] Added Image Processing Kernels Using Benchmark Library: Dither Algorithms

Pankaj via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 14:51:00 PDT 2018


proton updated this revision to Diff 157773.
proton added a comment.

Changes: update m along with image size when called with the benchmark library. For verification, only m=4 is used.


https://reviews.llvm.org/D49503

Files:
  MicroBenchmarks/ImageProcessing/CMakeLists.txt
  MicroBenchmarks/ImageProcessing/Dither/CMakeLists.txt
  MicroBenchmarks/ImageProcessing/Dither/dither.h
  MicroBenchmarks/ImageProcessing/Dither/floydDither.reference_output
  MicroBenchmarks/ImageProcessing/Dither/floydDitherKernel.c
  MicroBenchmarks/ImageProcessing/Dither/main.cpp
  MicroBenchmarks/ImageProcessing/Dither/orderedDither.reference_output
  MicroBenchmarks/ImageProcessing/Dither/orderedDitherKernel.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49503.157773.patch
Type: text/x-patch
Size: 12214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180727/a7bd12c8/attachment.bin>


More information about the llvm-commits mailing list