Changes between Version 21 and Version 22 of Tests_With_RV870
- Timestamp:
- Oct 7, 2009 7:22:44 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tests_With_RV870
v21 v22 21 21 22 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.23 Our kernel is directly written in IL. After compilation into a machine code, I analyze the generated VLIW instructions. Results are obtained with fglrx 8.65.4 (Catalyst 9.9) and CAL 1.4beta. Almost 90% of the time, "5870_opt kernel" runs at maximum efficiency (here, I mean more than 4 slots occupied by instructions). It is compared to 83% in the case of our old kernel. 24 24 25 25 === 5870_opt kernel ===