[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:01:34 PDT 2018


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

Changes: Used C99 VLAs in kernels.


https://reviews.llvm.org/D49503

Files:
  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.157760.patch
Type: text/x-patch
Size: 11813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180727/295dfaa3/attachment.bin>


More information about the llvm-commits mailing list