diff options
author | Derick Huth <derickhuth@gmail.com> | 2015-09-24 12:22:41 -0600 |
---|---|---|
committer | Derick Huth <derickhuth@gmail.com> | 2015-09-24 12:22:41 -0600 |
commit | 4631ad76927d433da5d55c3c373a1dfd0f74c9d4 (patch) | |
tree | f8dcba88576ec95e403f0c14efd80e970f30a260 /README | |
parent | 6eb2b89896da66a77d0dcdf2d72b98c122826949 (diff) | |
parent | 0cff3f9a3c4ccd434900162ebef4bd814850f481 (diff) | |
download | chill-4631ad76927d433da5d55c3c373a1dfd0f74c9d4.tar.gz chill-4631ad76927d433da5d55c3c373a1dfd0f74c9d4.tar.bz2 chill-4631ad76927d433da5d55c3c373a1dfd0f74c9d4.zip |
Merge pull request #7 from dhuth/master
V0.2.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 43 |
1 files changed, 1 insertions, 42 deletions
@@ -1,42 +1 @@ -CHiLL 0.2 open source release -See LICENSE file for copyright information. - -CHiLL is a composable high-level loop transformation framework. It -supports a wide variety of loop transformations on a whole loop nest -or individual sub loop nests inside. Different transformations can be -applied in sequence. A scripting interface is also provided and -optimizing parameters used by the script can be modified on the fly. - - -What is new? -============ - -version 0.2: - * More robust transformation composition. - -version 0.1: - * Initial release. - - -DIRECTORIES -=========== - -chill/ source files - examples/ examples for using CHiLL scripts - dep_test/ more examples for calculating data dependence - bin/ links to executables: chill - lib/ links to libraries: libchill_xform.a - include/ links to header files - - -DOCUMENTATION AND QUESTIONS -=========================== - -Currently the best overview can be found here (not up-to-date): - "CHiLL: A Framework for Composing High-Level Loop Transformations", - by Chun Chen, Jacqueline Chame and Mary Hall, - USC CS TR 08-897 - -Software website: - -For questions, bug reports or suggestions, please contact: +Please see user manual CHiLL.pdf for installation instructions. |