diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-22 03:17:31 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-22 03:17:31 -0400 |
| commit | 163c440444c74a4e0bbe0a8db3d1ca725413994b (patch) | |
| tree | d4eaf9f407be042811f26dfb2613ff1c99966289 /SD-VBS/sd-vbsNames.txt | |
| parent | d17b33131c14864bd1eae275f49a3f148e21cf29 (diff) | |
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
Diffstat (limited to 'SD-VBS/sd-vbsNames.txt')
| -rw-r--r-- | SD-VBS/sd-vbsNames.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
| 1 | disparity_qcif echo -e "./benchmarks/disparity/data/qcif/1.bmp\\n./benchmarks/disparity/data/qcif/2.bmp" | ||
| 2 | localization_qcif echo "./benchmarks/localization/data/qcif/1.txt" | ||
| 3 | mser_qcif echo "./benchmarks/mser/data/qcif/1.bmp" | ||
| 4 | multi_ncut_qcif echo "./benchmarks/multi_ncut/data/qcif/1.bmp" | ||
| 5 | sift_qcif echo "./benchmarks/sift/data/qcif/1.bmp" | ||
| 6 | stitch_qcif echo "./benchmarks/stitch/data/qcif/1.bmp" | ||
| 7 | 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" | ||
| 8 | texture_synthesis_qcif echo "./benchmarks/texture_synthesis/data/qcif/1.bmp" | ||
| 9 | 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" | ||
