Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/cheaha/res/cpu_perf_test.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Metrics,Run 1,Run 2,Run 3,Description
Core Time (s),874.88,885.073,883.798,"Total compute time summed across all cores"
Wall Time (s),36.458,36.878,36.826,"Actual elapsed time"
Parallel Efficiency (%),2399.7,2400.0,2399.9,"Calculated as Core Time ÷ Wall Time. Higher values indicate more efficient CPU core usage."
Simulation Speed (ns/day),2.375,2.348,2.351,"Real simulation time (in nanoseconds) performed per day"
Simulation Time per Nanosecond (hr/ns),10.107,10.224,10.209,"Time it takes to simulate 1 ns of your system in real-world hours. Lower is better performnace."
Avg. Load Imbalance (%),0.9,1.4,1.1,"Measures how evenly computation is distributed across threads/cores. Lower is better performance."
6 changes: 6 additions & 0 deletions docs/cheaha/res/gpu_perf_test.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Metrics,Run 1,Run 2,Run 3,Description
Core Time (s),176.051,176.004,176.107,"Total compute time summed across all cores"
Wall Time (s),14.679,14.674,14.683,"Actual elapsed time"
Parallel Efficiency (%) (Core Time ÷ Wall Time),1199.4,1199.4,1199.4,"Calculated as Core Time ÷ Wall Time. Higher values mean better CPU core usage."
Simulation Speed (ns/day),23.556,23.563,23.549,"Real simulation time (in nanoseconds) performed per day"
Simulation Time per Nanosecond (hr/ns),1.019,1.019,1.019,"Time to simulate 1 ns of your system. Lower is better performance"
Loading