Skip to content

Commit

Permalink
Make 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Mar 29, 2014
1 parent 796461a commit f7eadcf
Show file tree
Hide file tree
Showing 10 changed files with 388 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.3.0
-----
* Program binaries are now extracted during tuning and saved in the cache (see #8). This can also make tuning faster on systems that don't cache kernels.
* Out-of-place scan is now supported (partially implements #12).
* Workaround to avoid depending on OpenCL 1.2 ICD
Expand Down
15 changes: 15 additions & 0 deletions doc/benchmark/1.3.0/480gtx/uint-uint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1000 1.94053
2000 3.86824
5000 9.60939
10000 19.2169
20000 38.1196
50000 81.3429
100000 146.165
200000 238.164
500000 289.491
1000000 365.432
2000000 393.618
5000000 415.811
10000000 427.707
20000000 419.47
50000000 436.53
15 changes: 15 additions & 0 deletions doc/benchmark/1.3.0/480gtx/uint-void.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1000 3.06639
2000 6.14276
5000 15.3448
10000 30.2398
20000 57.2744
50000 125.785
100000 197.697
200000 295.1
500000 432.951
1000000 518.157
2000000 582.318
5000000 641.221
10000000 660.685
20000000 676.266
50000000 679.02
13 changes: 13 additions & 0 deletions doc/benchmark/1.3.0/480gtx/ulong-float4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
1000 0.920758
2000 1.84414
5000 4.56342
10000 8.9245
20000 15.5165
50000 31.3804
100000 45.4368
200000 67.7037
500000 85.4646
1000000 99.2464
2000000 110.984
5000000 120.795
10000000 123.159
298 changes: 298 additions & 0 deletions doc/benchmark/1.3.0/clogs-benchmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions doc/benchmark/1.3.0/r9-270/uint-uint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1000 1.30802
2000 3.14244
5000 8.92085
10000 16.8956
20000 32.9922
50000 56.161
100000 103.771
200000 162.871
500000 248.038
1000000 282.035
2000000 318.303
5000000 344.626
10000000 351.477
20000000 357.712
50000000 361.265
15 changes: 15 additions & 0 deletions doc/benchmark/1.3.0/r9-270/uint-void.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1000 1.3886
2000 2.82567
5000 7.4481
10000 13.6512
20000 28.5861
50000 63.189
100000 102.282
200000 164.106
500000 326.991
1000000 447.178
2000000 517.907
5000000 595.438
10000000 634.482
20000000 649.966
50000000 658.447
13 changes: 13 additions & 0 deletions doc/benchmark/1.3.0/r9-270/ulong-float4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
1000 1.17397
2000 2.45197
5000 6.14184
10000 11.581
20000 18.2669
50000 32.5265
100000 53.4161
200000 67.9985
500000 83.1411
1000000 88.2147
2000000 92.7467
5000000 94.9689
10000000 96.1383
2 changes: 1 addition & 1 deletion doc/benchmark/clogs-benchmark-plot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

gnuplot -e "in='1.2.4/'; out='1.2.4/clogs-benchmark.svg'" clogs-benchmark.plot
gnuplot -e "in='1.3.0/'; out='1.3.0/clogs-benchmark.svg'" clogs-benchmark.plot
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ from waflib.TaskGen import feature, after_method
from waflib import Task

APPNAME = 'clogs'
VERSION = '1.2.4'
VERSION = '1.3.0'
out = 'build'

variants = {
Expand Down

0 comments on commit f7eadcf

Please sign in to comment.