Changes between Version 6 and Version 7 of Orio/TuneSpecs


Ignore:
Timestamp:
06/13/08 07:27:16 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio/TuneSpecs

    v6 v7  
    4949 1. '''''Declaration statement''''' informs the performance testing driver about all input scalars and arrays required to be declared and initialized. It is to be noted that the ''static'' and ''dynamic'' keywords provide guidance to the driver on how it should allocate memory space for the declared arrays.  
    5050 
     51== Declarations and Initializations of Input Variables == 
    5152 
    52  
     53As just mentioned before, all input variables involved in the core computation must be specified in the `input_vars` definition statement so that the performance testing driver can construct code for both the declarations and the initializations of the input variables. However, declarations and initializations of input variables can turn complicated, especially for multidimensional arrays with unique properties such as upper/lower triangular matrices and anti-symmetric matrices. As a consequence, Orio offers three alternatives to its users on how input variables can be declared and initialized accurately. 
    5354 
    5455