Skip to content

Commit

Permalink
preparing for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Feb 29, 2016
1 parent 40d88ba commit 7e2c48e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
* V1.6.12x
* V1.6.13x

* V1.6.13
* adding 'ck cmd test' to let users understand CK command line -
it will just print input as JSON ...
* adding input print when creating dummy module to help
Expand Down
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,13 @@ up exploration of large and non-linear optimization spaces
and even enable run-time adaptation (self-tuning computer
systems).

Our colleagues have managed to speed up their real-world
For example, check out public GCC/LLVM optimization results
of various shared workloads across diverse hardware including
mobile devices provided by volunteers:
* http://cTuning.org/crowd-results
* https://play.google.com/store/apps/details?id=openscience.crowdsource.experiments

Furthermore, our colleagues have managed to speed up their real-world
applications across latest platforms
(from mobile phones to cloud servers) by 10x with the same
numerical accuracy, reduce energy by 30% and code size
Expand Down Expand Up @@ -363,6 +369,17 @@ and various tutorials) for more details:

* https://github.com/ctuning/ck/wiki

Participating in experiment crowdsourcing
=========================================
You can easily partipcate in collaborative program optimization and
machine learning using the following two steps:

$ ck pull repo:ck-crowdtuning

$ ck crowtune program

All public optimization results are available at http://cTuning.org/crowd-results

Questions/comments/discussions?
===============================
Please, use our mailing lists:
Expand All @@ -375,8 +392,9 @@ Publications
============
Concepts has been described in the following publications:

* http://bit.ly/ck-date16 (DATE'16)
* http://arxiv.org/abs/1506.06256 (CPC'15)
* http://bit.ly/ck-date16 (DATE'16)
* http://cknowledge.org/interactive-report
* http://hal.inria.fr/hal-01054763 (Journal of Scientific Programming'14)
* http://arxiv.org/abs/1406.4020 (TRUST'14 @ PLDI'14)
* https://hal.inria.fr/inria-00436029 (GCC Summit'09)
Expand Down
2 changes: 1 addition & 1 deletion ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
con_encoding='' # Use non-default console encoding

cfg={
"version":["1", "6", "12x"],
"version":["1", "6", "13"],

"name":"Collective Knowledge",
"desc":"exposing ad-hoc experimental setups to extensible repository and big data predictive analytics",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='ck',
version='1.6.12x',
version='1.6.13',
url='https://github.com/ctuning/ck/wiki',
license='BSD 3-clause',
author='Grigori Fursin and non-profit cTuning foundation',
Expand Down

0 comments on commit 7e2c48e

Please sign in to comment.