From 163c440444c74a4e0bbe0a8db3d1ca725413994b Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Thu, 22 Oct 2020 03:17:31 -0400 Subject: Make SD-VBS compatible with run_bench.sh and cleanup SD-VBS: - Run silently - Fix some whitespace errors - Don't duplicate extra.h - Auto-detect if building with LITMUS-RT - Disable result checking - Add helper symlinks Misc: - Remove unused code from libextra - Set some missing rt_param fields in libextra - Disable CSV info dump from computeSMTslowdown.sh - Widen scope of .gitignore on .txt files - Include list of 2MB DIS pair benchmarks and inputs --- SD-VBS/sd-vbsNames.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SD-VBS/sd-vbsNames.txt (limited to 'SD-VBS/sd-vbsNames.txt') diff --git a/SD-VBS/sd-vbsNames.txt b/SD-VBS/sd-vbsNames.txt new file mode 100644 index 0000000..23b168d --- /dev/null +++ b/SD-VBS/sd-vbsNames.txt @@ -0,0 +1,9 @@ +disparity_qcif echo -e "./benchmarks/disparity/data/qcif/1.bmp\\n./benchmarks/disparity/data/qcif/2.bmp" +localization_qcif echo "./benchmarks/localization/data/qcif/1.txt" +mser_qcif echo "./benchmarks/mser/data/qcif/1.bmp" +multi_ncut_qcif echo "./benchmarks/multi_ncut/data/qcif/1.bmp" +sift_qcif echo "./benchmarks/sift/data/qcif/1.bmp" +stitch_qcif echo "./benchmarks/stitch/data/qcif/1.bmp" +svm_qcif echo -e "./benchmarks/svm/data/qcif/d16trn_1.txt\\n./benchmarks/svm/data/qcif/d16trn_2.txt\\n./benchmarks/svm/data/qcif/d16tst_1.txt\\n./benchmarks/svm/data/qcif/d16tst_2.txt" +texture_synthesis_qcif echo "./benchmarks/texture_synthesis/data/qcif/1.bmp" +tracking_qcif echo -e "./benchmarks/tracking/data/qcif/1.bmp\\n./benchmarks/tracking/data/qcif/2.bmp\\n./benchmarks/tracking/data/qcif/3.bmp\\n./benchmarks/tracking/data/qcif/4.bmp" -- cgit v1.2.2