From cTuning.org
Line 33: | Line 33: | ||
{{News1| | {{News1| | ||
- | * '''2010.March.17''' - We pre-released all tools including [[CTools:MilepostGCC|MILEPOST GCC]], [[CTools:CCC|CCC framework]], [[CTools:CBench|cBench]] and [[CDatabase|cDatabase]]. It's a major update of cTuning tools including changes behind to support transparent optimizations of programs and libraries, better multi-objective optimization | + | * '''2010.March.17''' - We pre-released all tools including [[CTools:MilepostGCC|MILEPOST GCC]], [[CTools:CCC|CCC framework]], [[CTools:CBench|cBench]] and [[CDatabase|cDatabase]]. It's a major update of cTuning tools including changes behind to support transparent optimizations of programs and libraries, better multi-objective optimization (including balancing of execution time, code size and compilation time), bug fixes in averaging multiple optimization cases, C++ support in MILEPOST GCC, support of all version of GCC 4.4, new static features in MILEPOST GCC, extended documentation, etc. Feedback and comments are welcome [http://groups.google.com/group/ctuning-discussions/browse_thread/thread/c22a6109d57905f7 here]. |
- | (including balancing of execution time, code size and compilation time), bug fixes in averaging multiple optimization cases, C++ support in MILEPOST GCC, support of all version of GCC 4.4, new static features in MILEPOST GCC, extended documentation, etc. Feedback and comments are welcome [http://groups.google.com/group/ctuning-discussions/browse_thread/thread/c22a6109d57905f7 here]. | + | |
* '''2010.March.01''' - CGO'10 program is available [http://www.cgo.org/cgo2010/program.html on-line]. | * '''2010.March.01''' - CGO'10 program is available [http://www.cgo.org/cgo2010/program.html on-line]. |
Revision as of 01:24, 20 March 2010
It may not always be visible to the IT users, but developing and optimizing current and emerging computing systems using available technology is excessively inefficient, time consuming and costly. During last several decades, many research papers have been published with suggestions about how to easily solve all these problems! Unfortunately, we often struggled replicating those results in realistic environments or finding stable practical tools based on these research papers. Therefore, we decided to create this collaborative Collective Tuning wiki-based portal to develop common practical open-source extensible collaborative infrastructure, benchmarks and collective optimization repository based on multiple research techniques and production tools to parametrize, automate and simplify program, compiler and architecture design and optimization using collective tuning, run-time adaptation, statistical and machine learning techniques. This technology minimizes repetitive time consuming tasks and human intervention: even though there is still a lot to be done, we are glad to see it helping several companies, end users and researchers to improve execution time, code size, power consumption, reliability and other important characteristics of the available computing systems ranging from supercomputers to mobile systems automatically.
We developed Collective Optimization Database to continuously collect a large number of optimization cases from the community to learn how to correlate program features, program and system behavior and good optimizations between multiple programs, datasets, compilers, operating systems and architectures. This repository is also intended to improve the quality of academic research by avoiding costly duplicate experiments and providing reproducible results. cTuning open-source infrastructure is still far from solving all optimization problems but we hope that it already opens up some interesting collaborative R&D opportunities to the community to develop intelligent self-tuning adaptive computing systems. We hope that cTuning-like technology will one day eventually improve production compilers that we use including GCC, LLVM, Rose source-to-source tool, Open64, IBM XL and Testarossa, HMPP directive based compiler for hybrid multicore systems, Intel compiler suites, and operating systems including Moblin, Android, standard desktop/server Linux distributions, Windows, cloud/distributed operating systems and so on. We would like to thank all cTuning colleagues and users who are or have been helping with this project. Note: cTuning is an ongoing evolving project - please be patient and tolerant to the community. You are warmly welcome to join cTuning community to help us parametrize and automate code, compiler and architecture design and optimization! Current design of our Collective Optimization Framework: ![]() We are participating in the following collaborative activities:
Motivation example: Example of complex optimization search spaces for susan_c from Collective Benchmark after using CCC framework (that has some similarities with the useful ACOVEA tool but also allows automatic sharing of optimization knowledge with the community in the Collective Optimization Database and uses plugins to implement various search techniques besides genetic algorithms) and MILEPOST GCC 4.4.0: ![]() ![]() Example of program similarities based on static program features and based on best found program optimizations continuously collected in the cTuning optimization repository that improve execution time (though it can be any combination of execution time, code size, compilation time, etc): ![]() ![]() Milepost GCC combined with cTuning technology helps to correlate program features and optimizations using various machine learning techniques to quickly predict good optimizations for a previously unseen program. |
|