Changes between Version 2 and Version 3 of Orio


Ignore:
Timestamp:
06/10/08 20:26:59 (15 years ago)
Author:
hartono
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Orio

    v2 v3  
    33== Overview == 
    44 
    5 '''Orio''' is an extensible annotation system that aims at improving both performance and productivity by enabling software developers to insert annotations into their source code (in C/C++) that trigger a number of low-level performance optimizations on a specified code fragment. The tool generates many tuned versions of the same operation using different optimization parameters, and performs an empirical search for selecting the best among multiple optimized code variants. 
     5'''Orio''' is an extensible annotation system, implemented in Python, that aims at improving both performance and productivity by enabling software developers to insert annotations into their source code (in C/C++) that trigger a number of low-level performance optimizations on a specified code fragment. The tool generates many tuned versions of the same operation using different optimization parameters, and performs an empirical search for selecting the best among multiple optimized code variants. 
    66 
    77== Download == 
     
    99[http://www-unix.mcs.anl.gov/performance/annotations/downloads/orio.tar.gz Orio 0.0.1 (Alpha)] 
    1010 
    11 == Quick Install == 
     11== Installation == 
    1212 
    1313For users who want to install in standard Python locations (must have superuser privileges in a Unix system), the installation is simple as shown below.