[PATCH] D46735: [Test-Suite] Added Box Blur And Sobel Edge Detection
Pankaj via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 10 17:06:38 PDT 2018
proton created this revision.
proton created this object with edit policy "Administrators".
Herald added subscribers: llvm-commits, mgorny.
I will be adding some more Algorithms/Benchmarks to test suite throughout this summer (as this is my GSoC Project). I want to know if it would be better to add the benchmarks in a single new directory (Say [MultiSource||External||SingleSource]/Benchmarks/NewBenchmarks) or each new algorithm in its separate directory?
Here, I have created a separate directory for each algorithm (In SingleSource/Benchmarks/ImageProcessing/[blue||sobel]).
Repository:
rT test-suite
https://reviews.llvm.org/D46735
Files:
MultiSource/Benchmarks/7zip/CMakeLists.txt
SingleSource/Benchmarks/CMakeLists.txt
SingleSource/Benchmarks/ImageProcessing/CMakeLists.txt
SingleSource/Benchmarks/ImageProcessing/Makefile
SingleSource/Benchmarks/ImageProcessing/blur/CMakeLists.txt
SingleSource/Benchmarks/ImageProcessing/blur/Makefile
SingleSource/Benchmarks/ImageProcessing/blur/blur.cpp
SingleSource/Benchmarks/ImageProcessing/blur/blur.reference_output
SingleSource/Benchmarks/ImageProcessing/blur/blur.reference_output.small
SingleSource/Benchmarks/ImageProcessing/sobel/CMakeLists.txt
SingleSource/Benchmarks/ImageProcessing/sobel/Makefile
SingleSource/Benchmarks/ImageProcessing/sobel/sobel.cpp
SingleSource/Benchmarks/ImageProcessing/sobel/sobel.reference_output
SingleSource/Benchmarks/ImageProcessing/sobel/sobel.reference_output.small
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46735.146221.patch
Type: text/x-patch
Size: 19367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180511/f1ef2b22/attachment.bin>
More information about the llvm-commits
mailing list