Changes between Version 21 and Version 22 of Tests_With_RV870


Ignore:
Timestamp:
Oct 7, 2009 7:22:44 PM (15 years ago)
Author:
nakasato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tests_With_RV870

    v21 v22  
    2121 
    2222== 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. 
     23Our 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.  
    2424 
    2525=== 5870_opt kernel ===