From d17b33131c14864bd1eae275f49a3f148e21cf29 Mon Sep 17 00:00:00 2001 From: Leo Chan Date: Thu, 22 Oct 2020 01:53:21 -0400 Subject: 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. --- SD-VBS/benchmarks/tracking/data/fullhd/1.bmp | Bin 0 -> 6220854 bytes SD-VBS/benchmarks/tracking/data/fullhd/2.bmp | Bin 0 -> 6220854 bytes SD-VBS/benchmarks/tracking/data/fullhd/3.bmp | Bin 0 -> 6220854 bytes SD-VBS/benchmarks/tracking/data/fullhd/4.bmp | Bin 0 -> 6220854 bytes SD-VBS/benchmarks/tracking/data/fullhd/Makefile | 7 +++++++ SD-VBS/benchmarks/tracking/data/fullhd/expected.m | 2 ++ SD-VBS/benchmarks/tracking/data/fullhd/expected_C.txt | 2 ++ 7 files changed, 11 insertions(+) create mode 100644 SD-VBS/benchmarks/tracking/data/fullhd/1.bmp create mode 100644 SD-VBS/benchmarks/tracking/data/fullhd/2.bmp create mode 100644 SD-VBS/benchmarks/tracking/data/fullhd/3.bmp create mode 100644 SD-VBS/benchmarks/tracking/data/fullhd/4.bmp create mode 100644 SD-VBS/benchmarks/tracking/data/fullhd/Makefile create mode 100644 SD-VBS/benchmarks/tracking/data/fullhd/expected.m create mode 100644 SD-VBS/benchmarks/tracking/data/fullhd/expected_C.txt (limited to 'SD-VBS/benchmarks/tracking/data/fullhd') diff --git a/SD-VBS/benchmarks/tracking/data/fullhd/1.bmp b/SD-VBS/benchmarks/tracking/data/fullhd/1.bmp new file mode 100644 index 0000000..3db2ad6 Binary files /dev/null and b/SD-VBS/benchmarks/tracking/data/fullhd/1.bmp differ diff --git a/SD-VBS/benchmarks/tracking/data/fullhd/2.bmp b/SD-VBS/benchmarks/tracking/data/fullhd/2.bmp new file mode 100644 index 0000000..9ff8e9c Binary files /dev/null and b/SD-VBS/benchmarks/tracking/data/fullhd/2.bmp differ diff --git a/SD-VBS/benchmarks/tracking/data/fullhd/3.bmp b/SD-VBS/benchmarks/tracking/data/fullhd/3.bmp new file mode 100644 index 0000000..ec53ae6 Binary files /dev/null and b/SD-VBS/benchmarks/tracking/data/fullhd/3.bmp differ diff --git a/SD-VBS/benchmarks/tracking/data/fullhd/4.bmp b/SD-VBS/benchmarks/tracking/data/fullhd/4.bmp new file mode 100644 index 0000000..c45c5e9 Binary files /dev/null and b/SD-VBS/benchmarks/tracking/data/fullhd/4.bmp differ diff --git a/SD-VBS/benchmarks/tracking/data/fullhd/Makefile b/SD-VBS/benchmarks/tracking/data/fullhd/Makefile new file mode 100644 index 0000000..2b37182 --- /dev/null +++ b/SD-VBS/benchmarks/tracking/data/fullhd/Makefile @@ -0,0 +1,7 @@ +INPUT=fullhd +include ../../../../common/makefiles/Makefile.include + +BMARK=tracking +include $(MAKEFILE_COMMON_DIR)/Makefile.common + + diff --git a/SD-VBS/benchmarks/tracking/data/fullhd/expected.m b/SD-VBS/benchmarks/tracking/data/fullhd/expected.m new file mode 100644 index 0000000..eb034f0 --- /dev/null +++ b/SD-VBS/benchmarks/tracking/data/fullhd/expected.m @@ -0,0 +1,2 @@ +1487.193453 720.553084 1481.188344 382.962678 +308.382612 306.797105 323.948844 369.542919 diff --git a/SD-VBS/benchmarks/tracking/data/fullhd/expected_C.txt b/SD-VBS/benchmarks/tracking/data/fullhd/expected_C.txt new file mode 100644 index 0000000..5608349 --- /dev/null +++ b/SD-VBS/benchmarks/tracking/data/fullhd/expected_C.txt @@ -0,0 +1,2 @@ +1486.424561 732.003601 1482.234131 380.614441 +307.157501 334.762909 319.129578 367.587006 -- cgit v1.2.2