summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDerick Huth <derickhuth@gmail.com>2015-09-24 11:34:04 -0600
committerDerick Huth <derickhuth@gmail.com>2015-09-24 11:34:04 -0600
commit99c062c028c7f4e94fb38cde50772cfd3ea5ad3b (patch)
tree2d86a6d5a9b7dadd88ee83f9fc0f576a4ce1d451 /README
parentc285135eb903c31cd221f90f03e288a6b67770cd (diff)
downloadchill-99c062c028c7f4e94fb38cde50772cfd3ea5ad3b.tar.gz
chill-99c062c028c7f4e94fb38cde50772cfd3ea5ad3b.tar.bz2
chill-99c062c028c7f4e94fb38cde50772cfd3ea5ad3b.zip
v0.2.1
Diffstat (limited to 'README')
-rw-r--r--README43
1 files changed, 1 insertions, 42 deletions
diff --git a/README b/README
index 002e9d2..8a3db5b 100644
--- a/README
+++ b/README
@@ -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.