Changes between Version 56 and Version 57 of Orio
- Timestamp:
- 06/13/08 08:01:20 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Orio
v56 v57 185 185 }}} 186 186 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: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 basic definitions: 188 188 189 189 * ''build'': to specify all information needed for compiling and executing the optimized code