diff options
| author | Leo Chan <leochanj@live.unc.edu> | 2020-10-22 01:53:21 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-22 01:56:35 -0400 |
| commit | d17b33131c14864bd1eae275f49a3f148e21cf29 (patch) | |
| tree | 0d8f77922e8d193cb0f6edab83018f057aad64a0 /SD-VBS/cycles/sift | |
| parent | 601ed25a4c5b66cb75315832c15613a727db2c26 (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/cycles/sift')
| -rw-r--r-- | SD-VBS/cycles/sift/C_cif.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/sift/C_fullhd.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/sift/C_qcif.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/sift/C_sim.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/sift/C_sim_fast.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/sift/C_sqcif.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/sift/C_test.txt | 4 | ||||
| -rw-r--r-- | SD-VBS/cycles/sift/C_vga.txt | 4 |
8 files changed, 32 insertions, 0 deletions
diff --git a/SD-VBS/cycles/sift/C_cif.txt b/SD-VBS/cycles/sift/C_cif.txt new file mode 100644 index 0000000..3349cab --- /dev/null +++ b/SD-VBS/cycles/sift/C_cif.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (288x288) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 364259910 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/sift/C_fullhd.txt b/SD-VBS/cycles/sift/C_fullhd.txt new file mode 100644 index 0000000..c344b3c --- /dev/null +++ b/SD-VBS/cycles/sift/C_fullhd.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (1080x1080) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 1745149254 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/sift/C_qcif.txt b/SD-VBS/cycles/sift/C_qcif.txt new file mode 100644 index 0000000..653b8c3 --- /dev/null +++ b/SD-VBS/cycles/sift/C_qcif.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (144x144) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 111682480 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/sift/C_sim.txt b/SD-VBS/cycles/sift/C_sim.txt new file mode 100644 index 0000000..b08f387 --- /dev/null +++ b/SD-VBS/cycles/sift/C_sim.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (32x32) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 8099070 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/sift/C_sim_fast.txt b/SD-VBS/cycles/sift/C_sim_fast.txt new file mode 100644 index 0000000..91f8d18 --- /dev/null +++ b/SD-VBS/cycles/sift/C_sim_fast.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (16x16) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 855540 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/sift/C_sqcif.txt b/SD-VBS/cycles/sift/C_sqcif.txt new file mode 100644 index 0000000..d814e9e --- /dev/null +++ b/SD-VBS/cycles/sift/C_sqcif.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (96x96) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 59811640 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/sift/C_test.txt b/SD-VBS/cycles/sift/C_test.txt new file mode 100644 index 0000000..725a292 --- /dev/null +++ b/SD-VBS/cycles/sift/C_test.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (8x8) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 259910 | ||
| 4 | |||
diff --git a/SD-VBS/cycles/sift/C_vga.txt b/SD-VBS/cycles/sift/C_vga.txt new file mode 100644 index 0000000..1f58e29 --- /dev/null +++ b/SD-VBS/cycles/sift/C_vga.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | Input size - (480x480) | ||
| 2 | Verification - Successful | ||
| 3 | Cycles elapsed - 982870105 | ||
| 4 | |||
