You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following performance metrics were obtained by running assembly programs from the ./non_proc_files/benchmark folder on our RISC-V processor implementation.
Baseline Without Cache (CPI)
Benchmark
CPI
image_filter
6.456857
hash_lookup
7.612327
bubblesort_large
7.952474
matmul_4x4
6.702153
Baseline With Write-Through Cache (CPI)
Benchmark
CPI
image_filter
1.398761
hash_lookup
1.816820
bubblesort_large
1.623710
matmul_4x4
1.496691
Baseline With Write-Through and 2-Bit Saturating Branch Predictor (CPI)
Benchmark
CPI
image_filter
1.398761
hash_lookup
1.834101
bubblesort_large
1.617658
matmul_4x4
1.403582
Baseline With Write-Through and Prefetching (CPI)
Benchmark
CPI
image_filter
1.396640
hash_lookup
1.687212
bubblesort_large
1.616590
matmul_4x4
1.490962
Baseline With Write-Back Cache (CPI)
Benchmark
CPI
image_filter
1.394243
hash_lookup
1.761521
bubblesort_large
1.572090
matmul_4x4
1.494633
Baseline With Write-Back Cache and 2-Way/32-Byte (CPI)