[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 15:40:22 PDT 2018


proton updated this revision to Diff 157792.
proton marked an inline comment as done.
proton added a comment.

changed array type from int (*) [][] to int * in main.cpp


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.157792.patch
Type: text/x-patch
Size: 11756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180727/5bc38300/attachment.bin>


More information about the llvm-commits mailing list