diff options
| author | leochanj105 <leochanj@live.unc.edu> | 2020-10-23 02:12:49 -0400 |
|---|---|---|
| committer | leochanj105 <leochanj@live.unc.edu> | 2020-10-23 02:12:49 -0400 |
| commit | e23e931be4776b89149fdb2596f47096e6cdb78c (patch) | |
| tree | faf3963cc501f103cd2554553ec74ce21157b42e | |
| parent | e2d933df44b7b387b41c8c7805393ad3857c4448 (diff) | |
| parent | e0217a963c6c0e0667d41d075038685956bcfacf (diff) | |
Merge branch 'sd-vbs' of ssh://rtsrv.cs.unc.edu/public/mc2-scripts-and-benchmarks into sd-vbs
98 files changed, 9762 insertions, 1628 deletions
| @@ -3,6 +3,9 @@ | |||
| 3 | *.txt.clean | 3 | *.txt.clean |
| 4 | # But not benchmark lists | 4 | # But not benchmark lists |
| 5 | !*Names.txt | 5 | !*Names.txt |
| 6 | # Special-case .txt handling for SD-VBS | ||
| 7 | **/12345.txt | ||
| 8 | !SD-VBS/benchmarks/**/*.txt | ||
| 6 | 9 | ||
| 7 | # Ignore DIS benchmark binaries | 10 | # Ignore DIS benchmark binaries |
| 8 | **/field | 11 | **/field |
| @@ -40,12 +43,7 @@ | |||
| 40 | **/statemate | 43 | **/statemate |
| 41 | **/susan | 44 | **/susan |
| 42 | 45 | ||
| 43 | # Ignore random walk benchmark | 46 | # Ignore SD-VBS binaries |
| 44 | **/random_walk | ||
| 45 | |||
| 46 | # Ignore misc debug and build outputs | ||
| 47 | **/.gdb_history | ||
| 48 | |||
| 49 | **/mser | 47 | **/mser |
| 50 | **/multi_ncut | 48 | **/multi_ncut |
| 51 | **/stitch | 49 | **/stitch |
| @@ -56,4 +54,10 @@ | |||
| 56 | **/sift | 54 | **/sift |
| 57 | **/localization | 55 | **/localization |
| 58 | **/disparity | 56 | **/disparity |
| 59 | !SD-VBS/**/*.txt | 57 | |
| 58 | # Ignore random walk benchmark | ||
| 59 | **/random_walk | ||
| 60 | |||
| 61 | # Ignore misc temporary files | ||
| 62 | **/.gdb_history | ||
| 63 | *.swp | ||
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ebc7523 --- /dev/null +++ b/.gitmodules | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | [submodule "smt_analysis/plotille"] | ||
| 2 | path = smt_analysis/plotille | ||
| 3 | url = https://github.com/tammoippen/plotille.git | ||
| 4 | [submodule "wbinvd"] | ||
| 5 | path = wbinvd | ||
| 6 | url = https://github.com/JoshuaJB/wbinvd.git | ||
