Skip to content

Commit 7e2c48e

Browse files
committed
preparing for new release
1 parent 40d88ba commit 7e2c48e

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
* V1.6.12x
1+
* V1.6.13x
2+
3+
* V1.6.13
24
* adding 'ck cmd test' to let users understand CK command line -
35
it will just print input as JSON ...
46
* adding input print when creating dummy module to help

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,13 @@ up exploration of large and non-linear optimization spaces
144144
and even enable run-time adaptation (self-tuning computer
145145
systems).
146146

147-
Our colleagues have managed to speed up their real-world
147+
For example, check out public GCC/LLVM optimization results
148+
of various shared workloads across diverse hardware including
149+
mobile devices provided by volunteers:
150+
* http://cTuning.org/crowd-results
151+
* https://play.google.com/store/apps/details?id=openscience.crowdsource.experiments
152+
153+
Furthermore, our colleagues have managed to speed up their real-world
148154
applications across latest platforms
149155
(from mobile phones to cloud servers) by 10x with the same
150156
numerical accuracy, reduce energy by 30% and code size
@@ -363,6 +369,17 @@ and various tutorials) for more details:
363369

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

372+
Participating in experiment crowdsourcing
373+
=========================================
374+
You can easily partipcate in collaborative program optimization and
375+
machine learning using the following two steps:
376+
377+
$ ck pull repo:ck-crowdtuning
378+
379+
$ ck crowtune program
380+
381+
All public optimization results are available at http://cTuning.org/crowd-results
382+
366383
Questions/comments/discussions?
367384
===============================
368385
Please, use our mailing lists:
@@ -375,8 +392,9 @@ Publications
375392
============
376393
Concepts has been described in the following publications:
377394

378-
* http://bit.ly/ck-date16 (DATE'16)
379395
* http://arxiv.org/abs/1506.06256 (CPC'15)
396+
* http://bit.ly/ck-date16 (DATE'16)
397+
* http://cknowledge.org/interactive-report
380398
* http://hal.inria.fr/hal-01054763 (Journal of Scientific Programming'14)
381399
* http://arxiv.org/abs/1406.4020 (TRUST'14 @ PLDI'14)
382400
* https://hal.inria.fr/inria-00436029 (GCC Summit'09)

ck/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
con_encoding='' # Use non-default console encoding
2121

2222
cfg={
23-
"version":["1", "6", "12x"],
23+
"version":["1", "6", "13"],
2424

2525
"name":"Collective Knowledge",
2626
"desc":"exposing ad-hoc experimental setups to extensible repository and big data predictive analytics",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='ck',
12-
version='1.6.12x',
12+
version='1.6.13',
1313
url='https://github.com/ctuning/ck/wiki',
1414
license='BSD 3-clause',
1515
author='Grigori Fursin and non-profit cTuning foundation',

0 commit comments

Comments
 (0)