Skip to content

Commit cecfc98

Browse files
committed
updated target SDK
1 parent ecd3c5c commit cecfc98

File tree

14 files changed

+1068
-1065
lines changed

14 files changed

+1068
-1065
lines changed

.travis.yml

+25-25
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
language: android
2-
3-
jdk:
4-
- oraclejdk8
5-
6-
android:
7-
components:
8-
- platform-tools
9-
- tools
10-
- build-tools-23.0.2
11-
- android-22
12-
- extra-android-m2repository
13-
- extra-google-m2repository
14-
licenses:
15-
- android-sdk-license-.+
16-
17-
before_cache:
18-
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
19-
20-
cache:
21-
directories:
22-
- $HOME/.gradle/caches/
23-
- $HOME/.gradle/wrapper/
24-
25-
script: ./gradlew assembleRelease
1+
language: android
2+
3+
jdk:
4+
- oraclejdk8
5+
6+
android:
7+
components:
8+
- platform-tools
9+
- tools
10+
- build-tools-23.0.2
11+
- android-22
12+
- extra-android-m2repository
13+
- extra-google-m2repository
14+
licenses:
15+
- android-sdk-license-.+
16+
17+
before_cache:
18+
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
19+
20+
cache:
21+
directories:
22+
- $HOME/.gradle/caches/
23+
- $HOME/.gradle/wrapper/
24+
25+
script: ./gradlew assembleRelease

AUTHORS.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
=======================================================================
2-
N: Grigori Fursin
3-
4-
H: http://fursin.net
5-
O: cTuning foundation / dividiti
6-
C: original concept and design
7-
W: since 1 November 2014
1+
=======================================================================
2+
N: Grigori Fursin
3+
4+
H: http://fursin.net
5+
O: cTuning foundation / dividiti
6+
C: original concept and design
7+
W: since 1 November 2014

CONTRIBUTIONS.txt

+59-59
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
1-
CK uses standard 3-clause (new) BSD license. Contributions are welcome to
2-
either improve existing functionality or add new functionality possibly using
3-
new modules.
4-
5-
Contributors should clearly mark their contributions including date and remark.
6-
7-
You can easily contribute to CK and all related repositories by forking them
8-
on GitHub and then submitting a pull request. Alternatively, you can submit
9-
patches via [email protected] .
10-
11-
CK bugs can be reported here:
12-
* https://github.com/ctuning/ck/issues
13-
14-
Bugs related to shared repositories (predictive analytics, reproducible
15-
experimentation, autotuning, etc) should be reported via their corresponding
16-
GitHub pages. For example, you can report bugs about autotuning here:
17-
* https://github.com/ctuning/ck-autotuning/issues
18-
19-
Thank you for all your help to support this community project!
20-
21-
=================================================================================
22-
Acknowledgments:
23-
24-
N: Grigori Fursin (alias: FGG)
25-
26-
H: http://fursin.net
27-
O: cTuning foundation, France
28-
C: original concept and design
29-
W: since Nov.1, 2014
30-
31-
N: Michel Steuwer
32-
E:
33-
O: University of Edinburgh, UK
34-
C: feedback about documentation
35-
W:
36-
37-
N: Michael Haidl
38-
E:
39-
H:
40-
O:
41-
C: helping test ARM64-based mobile phone to crowdsource optimizations
42-
43-
N: Toomas Remmelg
44-
E:
45-
H:
46-
O: University of Edinburgh, UK
47-
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:
1+
CK uses standard 3-clause (new) BSD license. Contributions are welcome to
2+
either improve existing functionality or add new functionality possibly using
3+
new modules.
4+
5+
Contributors should clearly mark their contributions including date and remark.
6+
7+
You can easily contribute to CK and all related repositories by forking them
8+
on GitHub and then submitting a pull request. Alternatively, you can submit
9+
patches via [email protected] .
10+
11+
CK bugs can be reported here:
12+
* https://github.com/ctuning/ck/issues
13+
14+
Bugs related to shared repositories (predictive analytics, reproducible
15+
experimentation, autotuning, etc) should be reported via their corresponding
16+
GitHub pages. For example, you can report bugs about autotuning here:
17+
* https://github.com/ctuning/ck-autotuning/issues
18+
19+
Thank you for all your help to support this community project!
20+
21+
=================================================================================
22+
Acknowledgments:
23+
24+
N: Grigori Fursin (alias: FGG)
25+
26+
H: http://fursin.net
27+
O: cTuning foundation, France
28+
C: original concept and design
29+
W: since Nov.1, 2014
30+
31+
N: Michel Steuwer
32+
E:
33+
O: University of Edinburgh, UK
34+
C: feedback about documentation
35+
W:
36+
37+
N: Michael Haidl
38+
E:
39+
H:
40+
O:
41+
C: helping test ARM64-based mobile phone to crowdsource optimizations
42+
43+
N: Toomas Remmelg
44+
E:
45+
H:
46+
O: University of Edinburgh, UK
47+
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:

COPYRIGHT.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(C)opyright 2014-2016 Grigori Fursin
1+
(C)opyright 2014-2016 Grigori Fursin

LICENSE.txt

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
Copyright 2014-2016 Grigori Fursin, cTuning foundation and volunteers <[email protected]>
2-
All rights reserved
3-
4-
Redistribution and use in source and binary forms, with or without modification,
5-
are permitted provided that the following conditions are met:
6-
7-
1. Redistributions of source code must retain the above copyright notice,
8-
this list of conditions and the following disclaimer.
9-
10-
2. Redistributions in binary form must reproduce the above copyright
11-
notice, this list of conditions and the following disclaimer in the
12-
documentation and/or other materials provided with the distribution.
13-
14-
3. Neither the name of Grigori Fursin and CTUNING FOUNDATION
15-
nor the names of its contributors may be used to endorse
16-
or promote products derived from this software without
17-
specific prior written permission.
18-
19-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
23-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
26-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1+
Copyright 2014-2016 Grigori Fursin, cTuning foundation and volunteers <[email protected]>
2+
All rights reserved
3+
4+
Redistribution and use in source and binary forms, with or without modification,
5+
are permitted provided that the following conditions are met:
6+
7+
1. Redistributions of source code must retain the above copyright notice,
8+
this list of conditions and the following disclaimer.
9+
10+
2. Redistributions in binary form must reproduce the above copyright
11+
notice, this list of conditions and the following disclaimer in the
12+
documentation and/or other materials provided with the distribution.
13+
14+
3. Neither the name of Grigori Fursin and CTUNING FOUNDATION
15+
nor the names of its contributors may be used to endorse
16+
or promote products derived from this software without
17+
specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
23+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
26+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

NOTES.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Change version in app/build.gradle
2-
3-
When trying OpenCL may need the following info:
4-
search for a given lib in sys.path
5-
6-
String[] envp = {"LD_LIBRARY_PATH=/data/data/cse.ecg.dcmtk/lib:$LD_LIBRARY_PATH"};
7-
Runtime.getRuntime().exec(myCommand, envp);
1+
Change version in app/build.gradle
2+
3+
When trying OpenCL may need the following info:
4+
search for a given lib in sys.path
5+
6+
String[] envp = {"LD_LIBRARY_PATH=/data/data/cse.ecg.dcmtk/lib:$LD_LIBRARY_PATH"};
7+
Runtime.getRuntime().exec(myCommand, envp);

0 commit comments

Comments
 (0)