summaryrefslogtreecommitdiffstats
path: root/SD-VBS/benchmarks/disparity/data/test
diff options
context:
space:
mode:
authorLeo Chan <leochanj@live.unc.edu>2020-10-22 01:53:21 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2020-10-22 01:56:35 -0400
commitd17b33131c14864bd1eae275f49a3f148e21cf29 (patch)
tree0d8f77922e8d193cb0f6edab83018f057aad64a0 /SD-VBS/benchmarks/disparity/data/test
parent601ed25a4c5b66cb75315832c15613a727db2c26 (diff)
Squashed commit of the sb-vbs branch.
Includes the SD-VBS benchmarks modified to: - Use libextra to loop as realtime jobs - Preallocate memory before starting their main computation - Accept input via stdin instead of via argc Does not include the SD-VBS matlab code. Fixes libextra execution in LITMUS^RT.
Diffstat (limited to 'SD-VBS/benchmarks/disparity/data/test')
-rw-r--r--SD-VBS/benchmarks/disparity/data/test/1.bmpbin0 -> 454 bytes
-rw-r--r--SD-VBS/benchmarks/disparity/data/test/2.bmpbin0 -> 454 bytes
-rw-r--r--SD-VBS/benchmarks/disparity/data/test/Makefile6
-rw-r--r--SD-VBS/benchmarks/disparity/data/test/expected.m10
-rw-r--r--SD-VBS/benchmarks/disparity/data/test/expected_C.txt10
5 files changed, 26 insertions, 0 deletions
diff --git a/SD-VBS/benchmarks/disparity/data/test/1.bmp b/SD-VBS/benchmarks/disparity/data/test/1.bmp
new file mode 100644
index 0000000..3da018c
--- /dev/null
+++ b/SD-VBS/benchmarks/disparity/data/test/1.bmp
Binary files differ
diff --git a/SD-VBS/benchmarks/disparity/data/test/2.bmp b/SD-VBS/benchmarks/disparity/data/test/2.bmp
new file mode 100644
index 0000000..88b3918
--- /dev/null
+++ b/SD-VBS/benchmarks/disparity/data/test/2.bmp
Binary files differ
diff --git a/SD-VBS/benchmarks/disparity/data/test/Makefile b/SD-VBS/benchmarks/disparity/data/test/Makefile
new file mode 100644
index 0000000..06e43ae
--- /dev/null
+++ b/SD-VBS/benchmarks/disparity/data/test/Makefile
@@ -0,0 +1,6 @@
1include ../../../../common/makefiles/Makefile.include
2
3BMARK=disparity
4INPUT=test
5include $(MAKEFILE_COMMON_DIR)/Makefile.common
6
diff --git a/SD-VBS/benchmarks/disparity/data/test/expected.m b/SD-VBS/benchmarks/disparity/data/test/expected.m
new file mode 100644
index 0000000..9ddac84
--- /dev/null
+++ b/SD-VBS/benchmarks/disparity/data/test/expected.m
@@ -0,0 +1,10 @@
10 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
40 0 0 0 0 0 0 0 0 0 0 0 0
50 0 0 0 0 0 0 0 0 0 0 0 0
60 0 0 0 0 0 0 0 0 0 0 0 0
70 0 0 0 0 0 0 0 0 0 0 0 0
80 0 0 0 0 0 0 0 0 0 0 0 0
90 0 0 0 0 0 0 0 0 0 0 0 0
100 0 0 0 0 0 0 0 0 0 0 0 0
diff --git a/SD-VBS/benchmarks/disparity/data/test/expected_C.txt b/SD-VBS/benchmarks/disparity/data/test/expected_C.txt
new file mode 100644
index 0000000..9ddac84
--- /dev/null
+++ b/SD-VBS/benchmarks/disparity/data/test/expected_C.txt
@@ -0,0 +1,10 @@
10 0 0 0 0 0 0 0 0 0 0 0 0
20 0 0 0 0 0 0 0 0 0 0 0 0
30 0 0 0 0 0 0 0 0 0 0 0 0
40 0 0 0 0 0 0 0 0 0 0 0 0
50 0 0 0 0 0 0 0 0 0 0 0 0
60 0 0 0 0 0 0 0 0 0 0 0 0
70 0 0 0 0 0 0 0 0 0 0 0 0
80 0 0 0 0 0 0 0 0 0 0 0 0
90 0 0 0 0 0 0 0 0 0 0 0 0
100 0 0 0 0 0 0 0 0 0 0 0 0