From cTuning.org

(Difference between revisions)
Jump to: navigation, search
Current revision (15:51, 12 September 2015) (view source)
 
(64 intermediate revisions not shown.)
Line 1: Line 1:
-
{{CTitle|http://ctuning.org/wiki/images/logo_ici.gif|Interactive Compilation Interface|Enabling Collaborative Interactive Compilers}}
+
'''''NEWS: Since 2015, we moved all related developments to our new [http://github.com/ctuning/ck/wiki Collective Knowledge Framework]! Demo of a new live repository is available [http://cknowledge.org/repo here].'''''
-
{{News|
+
-
* '''2009.April.23''' - Rice University made an announcement about [http://www.eurekalert.org/pub_releases/2009-04/ru-rpa040709.php a DARPA grant to improve compilers for heterogeneous architectures] - this is yet another good motivation for our work since many similar techniques and open-source tools are already being developed by the cTuning community ([[CTools|cTools]]), within the [http://www.milepost.eu MILEPOST project] and [http://www.hipeac.net HiPEAC network] thus showing the power of collaborative R&D ;) ...
 
-
* '''2009.April.21''' - [http://socghop.appspot.com/org/home/google/gsoc2009/gcc Several projects] to enable automatic fine-grain program optimization and run-time adaptation in GCC using iterative compilation and machine learning (based on our cTuning/UNIDAPT/ICI/MILEPOST technology) have been accepted by the Google Summer of Code. You are welcome to [[Join|join cTuning community]] and follow or participate in the developments using our dedicated [[Community|mailing lists]].
 
-
* '''2009.Mar.24''' - the new functionality implemented in the '''''<tt>master</tt>''''' branch on [http://www.gitorious.org/projects/gcc-ici/ Gitorious] was backported to a newly created '''''<tt>gcc-4.2.4</tt>''''' branch to support and promote the use of ICI in production environments.
+
{{CTitle|http://ctuning.org/wiki/images/logo_ici.gif|Interactive Compilation Interface|Enabling Collaborative Interactive Research Compilers}}
-
* '''2009.Mar.20''' - the master branch of the ICI framework was updated to SVN revision 144783 dated 2009-03-11 16:57:01.
+
{{CShortCut|ici}}
-
* '''2009.Mar.02''' - [http://code.google.com/soc/ Google Summer of Code'2009] will be accepting development applications soon - you are welcome to check [[CTools:ICI:Projects|ICI extension projects]] and [[CTools:ICI:Feedback|ICI feedback/suggestion]] pages if you would like to help us to extend our collaborative tools within this program!<br>
+
{{CMenu:CTools|}}
-
* '''2009.Feb.27''' - a [http://gcc.gnu.org/ml/gcc-patches/2009-02/msg01242.html GCC patch] combining ICI-based high-level plugin infrastructure with low-level plugin infrastructure of GCC was submitted to the '''''gcc-patches''''' mailing list.
+
{{NEWS}}
 +
{{Reference}}
-
* '''2009.Feb.13''' - the comparison of Mozilla and ICI plugin APIs was uploaded to the GCC Wiki.
+
The Interactive Compilation Interface (or 'ICI' for short) is a plugin system with a high-level compiler-independent and low-level compiler-dependent API to transform current compilers into collaborative open modular interactive toolsets. The ICI framework acts as a "middleware" interface between the compiler and the user-definable plugins. It opens up and reuses the production-quality compiler infrastructure to enable program analysis and instrumentation, fine-grain program optimizations, simple prototyping of new development and research ideas while avoiding building new compilation tools from scratch. For example, it is used in [http://cTuning.org/milepost-gcc MILEPOST GCC] to automate compiler and architecture design and program optimizations based on statistical analysis and machine learning. It should enable universal self-tuning compilers adaptable to heterogeneous, reconfigurable, multi-core architectures ranging from supercomputers to embedded systems.
-
* '''2009.Feb.9''' - the master branch of the ICI framework was updated to SVN revision 144014 dated 2009-02-08 09:10:15.
+
'''At the beginning of 2010, parts of ICI and related plugin frameworks have been finally included in mainline [http://gcc.gnu.org/gcc-4.5 GCC 4.5]!'''
-
 
+
-
* '''2009.Feb.6''' - the GCC Steering Committee agreed on the way plugins should be integrated into GCC. A new GCC Wiki page devoted to plugins was opened, and a dedicated "plugins" branch (svn://gcc.gnu.org/svn/gcc/branches/plugins) created in GCC SVN.
+
-
 
+
-
* '''2009.Jan.12''' - the result of a new SVN sync (SVN rev. 143113 dated 6 January 2009) has been uploaded to Gitorious. It fixes several performance issues which were introduced in GCC 4.3.x.
+
-
 
+
-
{{Link4}}
+
-
}}
+
-
 
+
-
{{CMenu:CTools|}}
+
-
 
+
-
The Interactive Compilation Interface (or 'ICI' for short) is a plugin system with a high-level compiler-independent and low-level compiler-dependent API to transform current compilers into collaborative open modular interactive toolsets. The ICI framework acts as a "middleware" interface between the compiler and the user-definable plugins. It opens up and reuses the production-quality compiler infrastructure to enable program analysis and instrumentation, fine-grain program optimizations, simple prototyping of new development and research ideas while avoiding building new compilation tools from scratch. For example, it is used in [http://unidapt.org/index.php/Developments:MilepostGCC MILEPOST GCC] to automate compiler and architecture design and program optimizations based on statistical analysis and machine learning. It should enable universal self-tuning compilers adaptable to heterogeneous, reconfigurable, multi-core architectures ranging from supercomputers to embedded systems.<br>
+
* '''Background:'''
* '''Background:'''
Line 37: Line 24:
* '''[[CTools:ICI:Development|Current development]]''' - source code repository, bug reports, discussions
* '''[[CTools:ICI:Development|Current development]]''' - source code repository, bug reports, discussions
-
* '''[[CTools:ICI:Downloads|Downloads]]'''
+
* '''[[CTools:ICI:Downloads|ICI Downloads]]''' / '''[[CTools:ICI:Plugins|Plugin repository]]'''
-
 
+
-
* '''[[CTools:ICI:Plugins|Plugin repository]]'''
+
* '''[[CTools:ICI:Documentation|Documentation and API]]''' - functionality, API reference guide, features, FAQ
* '''[[CTools:ICI:Documentation|Documentation and API]]''' - functionality, API reference guide, features, FAQ
-
 
-
* '''[[CTools:ICI:Feedback|User suggestions and feedback]]'''
 
* '''[[CTools:ICI:Projects|Projects to extend ICI, plugins and compilers]]''' - more than 15 projects currently
* '''[[CTools:ICI:Projects|Projects to extend ICI, plugins and compilers]]''' - more than 15 projects currently
Line 58: Line 41:
|-
|-
| align="center" valign="top" | {{CTools:ICI:Logo_Friends}}
| align="center" valign="top" | {{CTools:ICI:Logo_Friends}}
-
<div align="center"><br>''You are welcome to register your interest at this [[Community:Friends|page]]''.</div>
 
|}
|}
</div>
</div>

Current revision

NEWS: Since 2015, we moved all related developments to our new Collective Knowledge Framework! Demo of a new live repository is available here.


logo_ici.gif

Interactive Compilation Interface

Enabling Collaborative Interactive Research Compilers
Web shortcut: http://cTuning.org/ici
Navigation: cTuning.org > CTools 

NOTES:

cTuning Google discussions list

cTuning.org is based on the following reference publications: GCC Summit'09, CPE'04, HiPEAC'05, PhD thesis'04, SMART'09, PLDI'10, HiPEAC'09, IJPP'11

The Interactive Compilation Interface (or 'ICI' for short) is a plugin system with a high-level compiler-independent and low-level compiler-dependent API to transform current compilers into collaborative open modular interactive toolsets. The ICI framework acts as a "middleware" interface between the compiler and the user-definable plugins. It opens up and reuses the production-quality compiler infrastructure to enable program analysis and instrumentation, fine-grain program optimizations, simple prototyping of new development and research ideas while avoiding building new compilation tools from scratch. For example, it is used in MILEPOST GCC to automate compiler and architecture design and program optimizations based on statistical analysis and machine learning. It should enable universal self-tuning compilers adaptable to heterogeneous, reconfigurable, multi-core architectures ranging from supercomputers to embedded systems.

At the beginning of 2010, parts of ICI and related plugin frameworks have been finally included in mainline GCC 4.5!

gcc-ici-structure.gif

ICI is an open collaborative community-driven project. You are welcome to join and participate in developments, discussions, provide feedback or suggestions to extend ICI or add new features. We develop ICI for GCC at the moment, but trying to keep it compiler independent in case someone would like to port it to other compilers to extend collaborative tools.

ICI supporters:
logo_inria.gif logo_uvsq1.jpg logo_ue.gif logo_ibm.jpg logo_caps.gif logo_arc.gif logo_milepost.jpg logo_unidapt1.gif logo_cea.gif logo_nxp.gif logo_st.gif logo_mandriva.gif logo_ict.gif logo_hipeac.jpg
Locations of visitors to this page