-----------------------------------naive--------------------------------------- $./driver-sample-naive Teamname: hello Member 1: world Email 1: what@nowhere.edu Rotate: Version = naive_rotate: Naive baseline implementation: Dim 64 128 256 512 1024 Mean Your CPEs 19.9 19.7 22.5 91.4 194.5 Baseline CPEs 19.9 19.7 20.9 97.4 165.5 Speedup 1.0 1.0 0.9 1.1 0.9 1.0 Smooth: Version = naive_smooth: Current working version: Dim 32 64 128 256 512 Mean Your CPEs 223.2 222.9 223.5 223.2 223.6 Baseline CPEs 224.2 223.7 223.5 224.4 223.9 Speedup 1.0 1.0 1.0 1.0 1.0 1.0 Summary of Your Best Scores: Rotate: 1.0 (naive_rotate: Naive baseline implementation) Smooth: 1.0 (naive_smooth: Current working version) ----------------------------------50 points-------------------------------------- $./driver-sample-50 Teamname: hello Member 1: world Email 1: what@nowhere.edu Rotate: Version = rotate_b4: Rotate using 4x4 blocking: Dim 64 128 256 512 1024 Mean Your CPEs 13.2 13.1 14.2 26.4 54.5 Baseline CPEs 19.9 19.7 20.9 97.4 165.5 Speedup 1.5 1.5 1.5 3.7 3.0 2.1 Smooth: Version = smooth_opt1: Optimized version with loop unrolling and local variables: Dim 32 64 128 256 512 Mean Your CPEs 111.7 109.0 108.8 109.2 114.1 Baseline CPEs 224.2 223.7 223.5 224.4 223.9 Speedup 2.0 2.1 2.1 2.1 2.0 2.0 Summary of Your Best Scores: Rotate: 2.1 (rotate_b4: Rotate using 4x4 blocking) Smooth: 2.0 (smooth_opt1: Optimized version with loop unrolling and local variables)