Changes between Version 56 and Version 57 of Orio


Ignore:
Timestamp:
06/13/08 08:01:20 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio

    v56 v57  
    185185}}} 
    186186 
    187 The tuned application in the given example is the same AXPY-4 used in the earlier subsection. The goal of the tuning process is to determine the most optimal value of the unroll factor parameter for different problem sizes. The code located in the `PerfTuning` module body section defines the ''tuning specifications'' that include the following four definitions: 
     187The tuned application in the given example is the same AXPY-4 used in the earlier subsection. The goal of the tuning process is to determine the most optimal value of the unroll factor parameter for different problem sizes. The code located in the `PerfTuning` module body section defines the ''tuning specifications'' that include the following four basic definitions: 
    188188 
    189189 * ''build'': to specify all information needed for compiling and executing the optimized code