[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
Wed Jul 18 12:24:36 PDT 2018
proton created this revision.
proton added reviewers: Meinersbur, homerdin, dberris, MatzeB, hfinkel.
Herald added subscribers: llvm-commits, mgorny.
Apply https://reviews.llvm.org/D49339 befor this patch. as that contains some utilities functions required by this.
Repository:
rT test-suite
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.cpp
MicroBenchmarks/ImageProcessing/Dither/main.cpp
MicroBenchmarks/ImageProcessing/Dither/orderedDither.reference_output
MicroBenchmarks/ImageProcessing/Dither/orderedDitherKernel.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49503.156126.patch
Type: text/x-patch
Size: 11892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180718/3fd8857e/attachment.bin>
More information about the llvm-commits
mailing list