Skip to content

Commit e76d312

Browse files
committed
clean up
1 parent 40df755 commit e76d312

File tree

2 files changed

+86
-4
lines changed

2 files changed

+86
-4
lines changed

CONTRIBUTIONS.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,15 @@ E:
4545
H:
4646
O: University of Edinburgh, UK
4747
C: helping test ARM64-based Android mobile devices (flags and OpenCL)
48+
49+
N: Daniil Efremov
50+
E:
51+
O: Xored, Russia
52+
C: testing and improvements (see another version for DNN crowd-benchmarking)
53+
W:
54+
55+
N: Dmitry Savenko
56+
E:
57+
O: Xored, Russia
58+
C: added continuous integration
59+
W:

README.md

Lines changed: 74 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,78 @@
11
[![Build Status](https://travis-ci.org/dsavenko/crowdsource-experiments-using-android-devices.svg?branch=master)](https://travis-ci.org/dsavenko/crowdsource-experiments-using-android-devices)
22

3-
Android application to participate in experiment crowdsourcing using public CK servers
3+
NEWS
4+
====
5+
* Upcoming CK presentation at [ARM TechCon'16 (Oct. 27)](http://schedule.armtechcon.com/session/know-your-workloads-design-more-efficient-systems);
6+
* ARM uses CK as a front-end for systematic and reproducible benchmarking and tuning of real workloads: [link](https://github.com/ctuning/ck-wa);
7+
* We have moved related Open Science resources [here](http://github.com/ctuning/ck/wiki/Enabling-Open-Science);
48

5-
You can find it at [https://play.google.com/store/apps/details?id=openscience.crowdsource.experiments].
6-
You can also see public program crowd-tuning results at [http://cknowledge.org/repo]!
9+
Introduction
10+
============
711

8-
More info to come!
12+
This CK-powered open-source Android application lets the community
13+
participate in experiment crowdsourcing using their
14+
mobile devices (mobile phones, tablets, IoT, etc)
15+
and exchange knowledge via public CK servers.
16+
17+
You can download this app from the [Google Play Store](https://play.google.com/store/apps/details?id=openscience.crowdsource.experiments).
18+
19+
You can also find public results at [Live CK repo](http://cknowledge.org/repo)!
20+
21+
Current scenarios include multi-dimensional and multi-objective
22+
optimization of benchmarks and real workloads such as
23+
GCC and LLVM multi-objective crowd-tuning (performance / code size / bugs).
24+
25+
More information is available [here](http://cKnowledge.org/repo).
26+
27+
License
28+
=======
29+
* Permissive 3-clause BSD license. (See `LICENSE.txt` for more details).
30+
31+
Minimal requirements
32+
====================
33+
Android 2.2+
34+
35+
Authors
36+
=======
37+
* Grigori Fursin, http://fursin.net/research
38+
39+
Questions/comments/discussions?
40+
===============================
41+
Please subscribe to our mailing lists:
42+
* Open, collaborative and reproducible R&D including knowledge preservation, sharing and reuse:
43+
http://groups.google.com/group/collective-knowledge
44+
* Software and hardware multi-objective (performance/energy/accuracy/size/reliability/cost)
45+
benchmarking, autotuning, crowdtuning and run-time adaptation: http://groups.google.com/group/ctuning-discussions
46+
47+
Publications
48+
============
49+
The concepts have been described in the following publications:
50+
51+
* http://arxiv.org/abs/1506.06256 (CPC'15)
52+
* http://bit.ly/ck-date16 (DATE'16)
53+
* http://hal.inria.fr/hal-01054763 (Journal of Scientific Programming'14)
54+
* https://hal.inria.fr/inria-00436029 (GCC Summit'09)
55+
56+
If you found this app useful for your R&D, you are welcome
57+
to reference any of the above publications in your articles
58+
and reports. You can download all above references in one
59+
BibTex file [here](https://raw.githubusercontent.com/ctuning/ck-guide-images/master/collective-knowledge-refs.bib).
60+
61+
Testimonials and awards
62+
=======================
63+
* 2014: HiPEAC technology transfer award: [HiPEAC TT winners](https://www.hipeac.net/research/technology-transfer-awards/2014)
64+
* 2015: ARM and the cTuning foundation use CK to accelerate computer engineering: [HiPEAC Info'45 page 17](https://www.hipeac.net/assets/public/publications/newsletter/hipeacinfo45.pdf), [ARM TechCon'16 presentation and demo](http://schedule.armtechcon.com/session/know-your-workloads-design-more-efficient-systems), [public CK repo](https://github.com/ctuning/ck-wa)
65+
66+
Acknowledgments
67+
===============
68+
69+
CK development is coordinated by the [cTuning
70+
foundation](http://cTuning.org) (non-profit research organization).
71+
We thank the [EU TETRACOM 609491 Coordination
72+
Action](http://tetracom.eu) for initial funding and
73+
[dividiti](http://dividiti.com) for continuing support. We would also like to
74+
thank Microsoft Research program for one-year grant to host the CK public
75+
repository in the Azure cloud. We are also extremely grateful to all
76+
volunteers for their valuable feedback and contributions.
77+
78+
![logo](https://github.com/ctuning/ck-guide-images/blob/master/logo-validated-by-the-community-simple.png)

0 commit comments

Comments
 (0)