Kyle Lutz
|
3807484451
|
Merge pull request #398 from kylelutz/fix-local-buffer-test
Fix local_buffer test when checking local memory size
|
2014-12-30 15:25:49 -08:00 |
|
Kyle Lutz
|
7f962e6078
|
Rename miscellaneous tests
|
2014-12-30 14:50:47 -08:00 |
|
Kyle Lutz
|
c48c4dd086
|
Fix local_buffer test when checking local memory size
This fixes a test failure for implementations which don't
properly report dynamically set local memory buffer sizes.
|
2014-12-30 14:42:52 -08:00 |
|
Kyle Lutz
|
9f9e6f4543
|
Merge pull request #396 from kylelutz/four-iterator-algorithms
Add four-iterator versions of equal() and mismatch()
|
2014-12-30 14:03:26 -08:00 |
|
Kyle Lutz
|
c74c2abc4f
|
Add four-iterator versions of equal() and mismatch()
|
2014-12-30 13:44:24 -08:00 |
|
Kyle Lutz
|
d2ea30895d
|
Merge pull request #395 from roshanr95/includes
Make documentation of includes algorithm more clearer
|
2014-12-30 13:40:36 -08:00 |
|
Kyle Lutz
|
a72ee2f289
|
Merge pull request #394 from roshanr95/bernoulli-distribution
Change default parameter to 0.5
|
2014-12-30 13:39:13 -08:00 |
|
Kyle Lutz
|
20d1d95adc
|
Merge pull request #393 from kylelutz/public-is-device-iterator
Move is_device_iterator to the public API
|
2014-12-30 12:58:40 -08:00 |
|
Roshan
|
35b6ff62ee
|
Make documentation of includes algorithm more clearer
|
2014-12-31 02:00:57 +05:30 |
|
Roshan
|
2a24b282f5
|
Change default parameter to 0.5
|
2014-12-31 01:55:55 +05:30 |
|
Kyle Lutz
|
cfdb10c808
|
Move is_device_iterator to the public API
|
2014-12-30 10:06:47 -08:00 |
|
Kyle Lutz
|
a25cbbe233
|
Merge pull request #355 from kylelutz/local-buffer
Add local_buffer class
|
2014-12-25 11:24:49 -08:00 |
|
Kyle Lutz
|
c31195ec7d
|
Add local_buffer class
|
2014-12-24 14:06:18 -08:00 |
|
Kyle Lutz
|
fa2fd2ceab
|
Merge pull request #354 from kylelutz/osx-fixes
Fixes for Mac OS X
|
2014-12-24 11:39:56 -08:00 |
|
Kyle Lutz
|
417cb03670
|
Fixes for Mac OS X
|
2014-12-24 09:25:55 -08:00 |
|
Kyle Lutz
|
88811e345b
|
Merge pull request #353 from kylelutz/more-thrust-benchmarks
Add more Thrust performance benchmarks
|
2014-12-21 09:34:35 -08:00 |
|
Kyle Lutz
|
e92eb1da54
|
Add more Thrust performance benchmarks
|
2014-12-21 09:24:15 -08:00 |
|
Kyle Lutz
|
e3bbce456b
|
Merge pull request #352 from kylelutz/rename-types-builtin
Rename types/builtin.hpp to types/fundamental.hpp
|
2014-12-21 09:15:29 -08:00 |
|
Kyle Lutz
|
febf66b11b
|
Merge pull request #351 from kylelutz/for-each-n
Add for_each_n() algorithm
|
2014-12-21 09:15:21 -08:00 |
|
Kyle Lutz
|
c97c83a562
|
Rename types/builtin.hpp to types/fundamental.hpp
|
2014-12-20 13:39:50 -08:00 |
|
Kyle Lutz
|
73b246603b
|
Add for_each_n() algorithm
|
2014-12-20 13:30:36 -08:00 |
|
Kyle Lutz
|
7c957831c3
|
Merge pull request #350 from kylelutz/improve-documentation
Improve documentation
|
2014-12-20 11:15:26 -08:00 |
|
Kyle Lutz
|
885a2ad135
|
Improve documentation
|
2014-12-20 10:39:38 -08:00 |
|
Kyle Lutz
|
8ce35c50f7
|
Merge pull request #349 from sschaetz/develop
fixing CHECK_RANGE_EQUAL
|
2014-12-17 13:57:55 -08:00 |
|
sschaet
|
ea7e0a0993
|
fixing CHECK_RANGE_EQUAL
if the container passed to CHECK_RANGE_EQUAL is larger than the
expected range, the copy writes over the the boundaries of the
created buffer _actual.
|
2014-12-17 21:13:01 +01:00 |
|
Kyle Lutz
|
d8eae205ce
|
Merge pull request #348 from sschaetz/develop
extended FindOpenCL.cmake to work on ARM Mali GPUs
|
2014-12-16 08:02:46 -08:00 |
|
sschaet
|
d5fc3170f8
|
extended FindOpenCL.cmake to work on ARM Mali GPUs
|
2014-12-16 10:15:55 +01:00 |
|
Kyle Lutz
|
7a6eaef222
|
Merge pull request #347 from ddemidov/master
Show Thrust results on performance plots
|
2014-12-15 20:18:45 -08:00 |
|
Kyle Lutz
|
b4e3dd9bb1
|
Merge pull request #345 from pavanky/sort_fix
BUG FIX: sort_by_key now works with larger vector sizes.
|
2014-12-15 20:13:44 -08:00 |
|
Denis Demidov
|
51db1b1f75
|
Show Thrust results on performance plots
|
2014-12-15 23:08:09 +03:00 |
|
Pavan Yalamanchili
|
10890fd7d1
|
BUG FIX: sort_by_key now works with larger vector sizes.
- sort_by_key now calls radix_sort for size >= 32 even with Compare
|
2014-12-15 14:57:49 -05:00 |
|
Kyle Lutz
|
c6f38bc567
|
Merge pull request #342 from ddemidov/master
Use loglog scale for plotting performance data
|
2014-12-15 11:21:35 -08:00 |
|
Denis Demidov
|
292e5136ed
|
Use loglog scale for plotting performance data
This makes comparison of Boost.Compute and STL performance easier,
especially for smaller sizes.
|
2014-12-15 16:16:17 +03:00 |
|
Denis Demidov
|
077a4896c7
|
Make performance scripts compatible with python3
|
2014-12-15 16:15:37 +03:00 |
|
Kyle Lutz
|
57eec36d20
|
Release v0.4
|
2014-12-14 17:03:36 -08:00 |
|
Kyle Lutz
|
c4d49cef20
|
Merge pull request #341 from kylelutz/device-platform
Add device::platform() method
|
2014-12-14 10:58:38 -08:00 |
|
Kyle Lutz
|
8b00003545
|
Merge pull request #340 from kylelutz/program-cache
Add program_cache to the public API
|
2014-12-14 10:58:29 -08:00 |
|
Kyle Lutz
|
2bab2c5ee7
|
Add device::platform() method
|
2014-12-13 11:25:11 -08:00 |
|
Kyle Lutz
|
a4a6614895
|
Add program_cache to the public API
|
2014-12-13 10:38:56 -08:00 |
|
Kyle Lutz
|
a29f453687
|
Merge pull request #339 from kylelutz/result-of
Add result_of<F(Args...)> meta-function
|
2014-12-11 22:35:47 -08:00 |
|
Kyle Lutz
|
1a591e277b
|
Add result_of<F(Args...)> meta-function
|
2014-12-10 22:58:54 -08:00 |
|
Kyle Lutz
|
8ecbcb8b71
|
Merge pull request #337 from skozilla/master
max_element perf
|
2014-12-10 21:43:50 -08:00 |
|
Rastko Anicic
|
ae014dc757
|
max_element perf added
|
2014-12-10 23:23:50 -05:00 |
|
Kyle Lutz
|
8883a85fec
|
Merge pull request #330 from Mageswaran1989/histogram_example
added histogram example based on opencv
|
2014-12-10 20:12:11 -08:00 |
|
Mageswaran.D
|
010753db26
|
added histogram example based on opencv
|
2014-12-10 22:43:23 +05:30 |
|
Kyle Lutz
|
848d95601e
|
Merge pull request #335 from kylelutz/flat-map-custom-kernel
Add test for flat_map with custom kernel
|
2014-12-07 13:50:34 -08:00 |
|
Kyle Lutz
|
57973325a5
|
Merge pull request #334 from kylelutz/utility
Add utility directory
|
2014-12-07 13:50:01 -08:00 |
|
Kyle Lutz
|
d62c214ddd
|
Add test for flat_map with custom kernel
|
2014-12-07 13:38:26 -08:00 |
|
Kyle Lutz
|
425a9c006f
|
Add utility directory
This adds a new utility directory and moves some of the utility
functions and classes (e.g. dim(), extents, wait_list) there.
|
2014-12-06 12:51:25 -08:00 |
|
Kyle Lutz
|
d96ffce9ee
|
Merge pull request #332 from kylelutz/cl-gl-ext-header
Add cl_gl_ext.hpp forwarding header
|
2014-12-06 12:24:25 -08:00 |
|