This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository test-suite.
from 7dedc179 Add Image dithering kernels using Benchmark Library new af5833c4 Add Anisotropic diffusion using Benchmark Library
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../AnisotropicDiffusion/CMakeLists.txt | 12 +++ .../anisotropicDiffusion.reference_output | 1 + .../anisotropicDiffusionKernel.c | 55 +++++++++++ .../dither.h => AnisotropicDiffusion/diffusion.h} | 11 +-- .../ImageProcessing/AnisotropicDiffusion/main.cpp | 106 +++++++++++++++++++++ MicroBenchmarks/ImageProcessing/CMakeLists.txt | 1 + 6 files changed, 180 insertions(+), 6 deletions(-) create mode 100644 MicroBenchmarks/ImageProcessing/AnisotropicDiffusion/CMakeLists.txt create mode 100644 MicroBenchmarks/ImageProcessing/AnisotropicDiffusion/anisotropi [...] create mode 100644 MicroBenchmarks/ImageProcessing/AnisotropicDiffusion/anisotropi [...] copy MicroBenchmarks/ImageProcessing/{Dither/dither.h => AnisotropicDiffusion/diff [...] create mode 100644 MicroBenchmarks/ImageProcessing/AnisotropicDiffusion/main.cpp