[PATCH] D50529: [test-suite] Add Bilateral Filter kernel using benchmark library

Pankaj via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 16:25:55 PDT 2018


proton updated this revision to Diff 160034.
proton edited the summary of this revision.
proton added a comment.

Reduced test size
Total runtime is still there for about 5.5s (with benchmark library) because the benchmark library runs kernel for multiple inputs.

Without benchmark library
For input 128/5, the kernel runs for around 0.028s of total 0.034s.


https://reviews.llvm.org/D50529

Files:
  MicroBenchmarks/ImageProcessing/BilateralFiltering/CMakeLists.txt
  MicroBenchmarks/ImageProcessing/BilateralFiltering/bilateralFilter.reference_output
  MicroBenchmarks/ImageProcessing/BilateralFiltering/bilateralFilterKernel.c
  MicroBenchmarks/ImageProcessing/BilateralFiltering/bilateralFiltering.h
  MicroBenchmarks/ImageProcessing/BilateralFiltering/main.cpp
  MicroBenchmarks/ImageProcessing/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50529.160034.patch
Type: text/x-patch
Size: 7297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180809/0a424391/attachment.bin>


More information about the llvm-commits mailing list