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 bce559ba CMake: add files to fft test for new llvm_multisource API. new c2298f76 Add Image dilate kernel(for grayscale Images) using Benchmark [...]
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: MicroBenchmarks/ImageProcessing/CMakeLists.txt | 1 + .../ImageProcessing/Dilate/CMakeLists.txt | 11 +++ .../{Blur/blur.h => Dilate/dilate.h} | 9 +- .../ImageProcessing/Dilate/dilate.reference_output | 1 + .../ImageProcessing/Dilate/dilateKernel.c | 35 +++++++ MicroBenchmarks/ImageProcessing/Dilate/main.cpp | 107 +++++++++++++++++++++ 6 files changed, 158 insertions(+), 6 deletions(-) create mode 100644 MicroBenchmarks/ImageProcessing/Dilate/CMakeLists.txt copy MicroBenchmarks/ImageProcessing/{Blur/blur.h => Dilate/dilate.h} (59%) create mode 100644 MicroBenchmarks/ImageProcessing/Dilate/dilate.reference_output create mode 100644 MicroBenchmarks/ImageProcessing/Dilate/dilateKernel.c create mode 100644 MicroBenchmarks/ImageProcessing/Dilate/main.cpp