summaryrefslogtreecommitdiffstats
path: root/baseline/Makefile
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2020-10-18 00:24:06 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2020-10-18 00:24:06 -0400
commit41358857592f1908d0c0f9898b6c9acabc1ad161 (patch)
tree3ca3bf4ce9c5a2b34eaa991dc73a2e055c67e3e4 /baseline/Makefile
parente5db76ee18640ce27df8756e573ef8b497af4750 (diff)
Rewrite extra.h for task baselines to be easier to use
New macro `for_each_job` simplifies instrumentation. Backwards-compatible.
Diffstat (limited to 'baseline/Makefile')
0 files changed, 0 insertions, 0 deletions
b75315832c15613a727db2c26'>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/texture_synthesis/data/vga')
-rw-r--r--SD-VBS/benchmarks/texture_synthesis/data/vga/1.bmpbin0 -> 3126 bytes
-rw-r--r--SD-VBS/benchmarks/texture_synthesis/data/vga/Makefile7
-rw-r--r--SD-VBS/benchmarks/texture_synthesis/data/vga/expected_C.txt1
3 files changed, 8 insertions, 0 deletions
diff --git a/SD-VBS/benchmarks/texture_synthesis/data/vga/1.bmp b/SD-VBS/benchmarks/texture_synthesis/data/vga/1.bmp
new file mode 100644
index 0000000..b5e5100
--- /dev/null
+++ b/SD-VBS/benchmarks/texture_synthesis/data/vga/1.bmp
Binary files differ
diff --git a/SD-VBS/benchmarks/texture_synthesis/data/vga/Makefile b/SD-VBS/benchmarks/texture_synthesis/data/vga/Makefile
new file mode 100644
index 0000000..39622f9
--- /dev/null
+++ b/SD-VBS/benchmarks/texture_synthesis/data/vga/Makefile
@@ -0,0 +1,7 @@
1INPUT=vga
2include ../../../../common/makefiles/Makefile.include
3
4BMARK=texture_synthesis
5include $(MAKEFILE_COMMON_DIR)/Makefile.common
6
7
diff --git a/SD-VBS/benchmarks/texture_synthesis/data/vga/expected_C.txt b/SD-VBS/benchmarks/texture_synthesis/data/vga/expected_C.txt
new file mode 100644
index 0000000..16ad747
--- /dev/null
+++ b/SD-VBS/benchmarks/texture_synthesis/data/vga/expected_C.txt
@@ -0,0 +1 @@