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/cycles/texture_synthesis/C_cif.txt | 4 ++++ SD-VBS/cycles/texture_synthesis/C_fullhd.txt | 4 ++++ SD-VBS/cycles/texture_synthesis/C_qcif.txt | 4 ++++ SD-VBS/cycles/texture_synthesis/C_sim.txt | 4 ++++ SD-VBS/cycles/texture_synthesis/C_sim_fast.txt | 4 ++++ SD-VBS/cycles/texture_synthesis/C_sqcif.txt | 4 ++++ SD-VBS/cycles/texture_synthesis/C_test.txt | 4 ++++ SD-VBS/cycles/texture_synthesis/C_vga.txt | 4 ++++ 8 files changed, 32 insertions(+) create mode 100644 SD-VBS/cycles/texture_synthesis/C_cif.txt create mode 100644 SD-VBS/cycles/texture_synthesis/C_fullhd.txt create mode 100644 SD-VBS/cycles/texture_synthesis/C_qcif.txt create mode 100644 SD-VBS/cycles/texture_synthesis/C_sim.txt create mode 100644 SD-VBS/cycles/texture_synthesis/C_sim_fast.txt create mode 100644 SD-VBS/cycles/texture_synthesis/C_sqcif.txt create mode 100644 SD-VBS/cycles/texture_synthesis/C_test.txt create mode 100644 SD-VBS/cycles/texture_synthesis/C_vga.txt (limited to 'SD-VBS/cycles/texture_synthesis') diff --git a/SD-VBS/cycles/texture_synthesis/C_cif.txt b/SD-VBS/cycles/texture_synthesis/C_cif.txt new file mode 100644 index 0000000..12f726e --- /dev/null +++ b/SD-VBS/cycles/texture_synthesis/C_cif.txt @@ -0,0 +1,4 @@ +Input size - (30x30) +Verification - Successful +Cycles elapsed - 36349285 + diff --git a/SD-VBS/cycles/texture_synthesis/C_fullhd.txt b/SD-VBS/cycles/texture_synthesis/C_fullhd.txt new file mode 100644 index 0000000..51a1be5 --- /dev/null +++ b/SD-VBS/cycles/texture_synthesis/C_fullhd.txt @@ -0,0 +1,4 @@ +Input size - (48x48) +Verification - Successful +Cycles elapsed - 52679267235 + diff --git a/SD-VBS/cycles/texture_synthesis/C_qcif.txt b/SD-VBS/cycles/texture_synthesis/C_qcif.txt new file mode 100644 index 0000000..64944d0 --- /dev/null +++ b/SD-VBS/cycles/texture_synthesis/C_qcif.txt @@ -0,0 +1,4 @@ +Input size - (20x20) +Verification - Successful +Cycles elapsed - 18295235 + diff --git a/SD-VBS/cycles/texture_synthesis/C_sim.txt b/SD-VBS/cycles/texture_synthesis/C_sim.txt new file mode 100644 index 0000000..b7f2e5c --- /dev/null +++ b/SD-VBS/cycles/texture_synthesis/C_sim.txt @@ -0,0 +1,4 @@ +Input size - (32x32) +Verification - Successful +Cycles elapsed - 3767960 + diff --git a/SD-VBS/cycles/texture_synthesis/C_sim_fast.txt b/SD-VBS/cycles/texture_synthesis/C_sim_fast.txt new file mode 100644 index 0000000..f4bcc42 --- /dev/null +++ b/SD-VBS/cycles/texture_synthesis/C_sim_fast.txt @@ -0,0 +1,4 @@ +Input size - (16x16) +Verification - Successful +Cycles elapsed - 655795 + diff --git a/SD-VBS/cycles/texture_synthesis/C_sqcif.txt b/SD-VBS/cycles/texture_synthesis/C_sqcif.txt new file mode 100644 index 0000000..e89f3ad --- /dev/null +++ b/SD-VBS/cycles/texture_synthesis/C_sqcif.txt @@ -0,0 +1,4 @@ +Input size - (96x96) +Verification - Successful +Cycles elapsed - 75622330 + diff --git a/SD-VBS/cycles/texture_synthesis/C_test.txt b/SD-VBS/cycles/texture_synthesis/C_test.txt new file mode 100644 index 0000000..64d7e3f --- /dev/null +++ b/SD-VBS/cycles/texture_synthesis/C_test.txt @@ -0,0 +1,4 @@ +Input size - (8x8) +Verification - Successful +Cycles elapsed - 132405 + diff --git a/SD-VBS/cycles/texture_synthesis/C_vga.txt b/SD-VBS/cycles/texture_synthesis/C_vga.txt new file mode 100644 index 0000000..7ec23d3 --- /dev/null +++ b/SD-VBS/cycles/texture_synthesis/C_vga.txt @@ -0,0 +1,4 @@ +Input size - (32x32) +Verification - Successful +Cycles elapsed - 104629700 + -- cgit v1.2.2