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 70b36006 Removed std=c++11 flag from MicroBenchmarks/ImageProcessing/D [...] new f39933af Add BilateralFiltering kernel 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: .../BilateralFiltering/CMakeLists.txt | 11 +++ .../bilateralFilter.reference_output | 1 + .../BilateralFiltering/bilateralFilterKernel.c | 44 ++++++++++++ .../BilateralFiltering/bilateralFiltering.h | 14 ++++ .../main.cpp | 78 ++++++++++++---------- MicroBenchmarks/ImageProcessing/CMakeLists.txt | 1 + 6 files changed, 112 insertions(+), 37 deletions(-) create mode 100644 MicroBenchmarks/ImageProcessing/BilateralFiltering/CMakeLists.txt create mode 100644 MicroBenchmarks/ImageProcessing/BilateralFiltering/bilateralFil [...] create mode 100644 MicroBenchmarks/ImageProcessing/BilateralFiltering/bilateralFil [...] create mode 100644 MicroBenchmarks/ImageProcessing/BilateralFiltering/bilateralFil [...] copy MicroBenchmarks/ImageProcessing/{AnisotropicDiffusion => BilateralFiltering}/ [...]