Changes between Version 30 and Version 31 of Orio


Ignore:
Timestamp:
06/11/08 18:06:40 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio

    v30 v31  
    1515== Software Requirements == 
    1616 
    17 Installing Orio requires [http://www.python.org/download/ Python], which is widely available in any Linux/Unix distribution. Orio has been tested successfully with Python 2.5.1 (or any later version). 
     17The requirement of instaling and using Orio is [http://www.python.org/download/ Python], which is widely available in any Linux/Unix distribution. Orio has been tested successfully with Python 2.5.1 (or any later version). 
    1818 
    1919== Quick Install == 
     
    6262}}} 
    6363 
    64 == Orio Framework == 
     64== The Structure of Orio == 
    6565 
    6666The picture shown below depicts at a high level the structure and the optimization process of the Orio framework. 
     
    8080The tuning specifications, written by users in the form of annotations, are parsed and used by Orio to guide the search and tuning process. These specifications include important information such as the underlying machine characteristics, the used compilers, the search strategy, the transformation parameters, the input data size, and so on. 
    8181 
     82== User Guide == 
     83 
     84As previously discussed , Orio has two main functions: a ''source-to-source transformation tool'' and an ''automatic performance tuning tool''. In this section, simple examples are provided to offer users the quickest steps to begin using Orio. 
     85 
     86=== Using Orio as a Source-to-Source Code Transformation Tool === 
     87 
     88=== Using Orio as an Automatic Performance Tool === 
     89 
     90 
    8291== Documentations == 
    8392