Changes between Version 19 and Version 20 of Tests_With_RV870
- Timestamp:
- Oct 7, 2009 7:17:24 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tests_With_RV870
v19 v20 20 20 * I add a new result "5870_opt". It is obtained with a new optimized kernel. It boosts the performance ~ 18 %. 21 21 22 == Analysis of VLIW instructions == 23 Our kernel is directly written in IL. After compilation into machine code for RV770, I analyze distribution of the generated VLIW instructions. Results are obtained with fglrx 8.65.4 (Catalyst 9.9) and CAL 1.4beta. 24 25 === 5870_opt kernel === 26 || #slots || #inst || fraction || 27 || 1 || 1 || 2 % || 28 || 2 || 2 || 3 % || 29 || 3 || 4 || 6 % || 30 || 4 || 16 || 24 % || 31 || 5 || 43 || 65 % || 32 ||total|| 81|| || 33 34 === 5870 kernel === 35 || #slots || #inst || fraction || 36 || 1 || 12 || 15 % || 37 || 2 || 6 || 7 % || 38 || 3 || 4 || 5 % || 39 || 4 || 16 || 20 % || 40 || 5 || 43 || 53 % || 41 ||total|| 66|| || 42 22 43 == Benchmark system == 23 44 || CPU || Core2 E8400 3.0 GHz ||