Changes between Version 30 and Version 31 of Orio
- Timestamp:
- 06/11/08 18:06:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Orio
v30 v31 15 15 == Software Requirements == 16 16 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).17 The 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). 18 18 19 19 == Quick Install == … … 62 62 }}} 63 63 64 == Orio Framework==64 == The Structure of Orio == 65 65 66 66 The picture shown below depicts at a high level the structure and the optimization process of the Orio framework. … … 80 80 The 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. 81 81 82 == User Guide == 83 84 As 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 82 91 == Documentations == 83 92