Changes between Version 2 and Version 3 of Orio
- Timestamp:
- 06/10/08 20:26:59 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Orio
v2 v3 3 3 == Overview == 4 4 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. 6 6 7 7 == Download == … … 9 9 [http://www-unix.mcs.anl.gov/performance/annotations/downloads/orio.tar.gz Orio 0.0.1 (Alpha)] 10 10 11 == Quick Install==11 == Installation == 12 12 13 13 For users who want to install in standard Python locations (must have superuser privileges in a Unix system), the installation is simple as shown below.