2
0
mirror of https://github.com/boostorg/compute.git synced 2026-01-29 07:22:19 +00:00
Commit Graph

649 Commits

Author SHA1 Message Date
Kyle Lutz
6245d82d57 Change vector<T> to use the system-wide default queue
This changes the vector<T> container class to use the
system-wide default queue instead of creating temporary
queue objects.
2014-10-29 22:51:40 -07:00
Kyle Lutz
587fc4d24f Merge pull request #285 from kylelutz/document-default-device-type
Add documentation for BOOST_COMPUTE_DEFAULT_DEVICE_TYPE
2014-10-25 11:39:43 -04:00
Kyle Lutz
34baff744d Add documentation for BOOST_COMPUTE_DEFAULT_DEVICE_TYPE 2014-10-24 06:05:26 -07:00
Kyle Lutz
4b34d96db4 Merge pull request #282 from kylelutz/test-examples
Test examples with CTest
2014-10-23 23:20:02 -04:00
Kyle Lutz
b84b9d925d Test examples with CTest 2014-10-23 19:58:00 -07:00
Kyle Lutz
b1dd15ce7e Merge pull request #281 from cwkx/patch-2
Fix compilation on windows (context.hpp)
2014-10-23 22:48:44 -04:00
cwkx
1c5b6af7fc Update context.hpp
Fix compilation on windows
2014-10-23 16:01:23 +01:00
Kyle Lutz
cbbe7106d0 Merge pull request #280 from kylelutz/osx-fix
Declare cnd() function static in black_scholes example
2014-10-22 23:15:34 -04:00
Kyle Lutz
e25f167088 Merge pull request #279 from pentschev/adjacent_difference_temp_vector
Added temporary vector to adjacent_difference().
2014-10-22 23:13:06 -04:00
Kyle Lutz
ddd57f06e0 Merge pull request #277 from roshanr95/balanced_path
Rename tile_sets kernel, add support for comparator
2014-10-22 23:11:04 -04:00
Kyle Lutz
d734fb53bc Declare cnd() function static in black_scholes example
This fixes an issue (#276) when compiling the black_scholes
program on Mac OS X.
2014-10-22 20:00:09 -07:00
Peter Andreas Entschev
c117648c4c Added temporary vector to adjacent_difference().
The intermediary temporary vector fixes an issue where first element of a work
group can be corrupted when output vector is the same as the input.
2014-10-16 13:56:19 -03:00
Roshan
635f365058 Rename tile_sets kernel, add support for comparator
Rename the tile_sets kernel to balanced_path for consistency with
merge_path. Also add support for giving a custom comparator.
2014-10-16 12:49:50 +05:30
Kyle Lutz
eb881491ea Merge pull request #274 from chesterkuo/master
Using platform vendor string info (as from default device) to decide if this is AMD platform
2014-10-08 09:20:09 -07:00
Chester Kuo
e7a6479a92 update amd_cpp_kernel test to get platform vendor info 2014-10-08 23:29:03 +08:00
Chester Kuo
7d772f35d7 update amd_kernel test program to use platform info structure instead of using device info structure 2014-10-08 15:55:26 +08:00
Kyle Lutz
86fb40da9f Merge pull request #273 from kylelutz/type-definition
Add type_definition<T>() function
2014-10-02 08:03:15 -07:00
Kyle Lutz
ad33665b89 Add type_definition<T>() function 2014-09-30 22:24:31 -07:00
Kyle Lutz
e7578b697f Merge pull request #272 from kylelutz/improve-test-coverage
Improve test coverage
2014-09-29 21:26:21 -07:00
Kyle Lutz
eef75bf1fa Merge pull request #269 from kylelutz/thread-safe
Use thread-local storage for global program cache
2014-09-29 20:41:54 -07:00
Kyle Lutz
f300370366 Add test for platform class 2014-09-29 20:30:39 -07:00
Kyle Lutz
872dea05ef Add test for fill() with empty range 2014-09-29 20:01:21 -07:00
Kyle Lutz
f3158959ed Fix return value for dispatch_fill_async() 2014-09-29 20:01:17 -07:00
Kyle Lutz
8022923dbf Add test case for count_if_with_reduce() function 2014-09-29 19:51:08 -07:00
Kyle Lutz
4da55a4f94 Add test for sort3() function 2014-09-29 19:45:39 -07:00
Kyle Lutz
44895606ac Merge pull request #268 from kylelutz/search-use-find
Change search() and search_n() to use find()
2014-09-28 14:38:35 -07:00
Kyle Lutz
ce86720ce6 Merge pull request #267 from kylelutz/bind-struct
Fix bug when using bind() with structs
2014-09-28 14:38:23 -07:00
Kyle Lutz
05afa5f707 Use thread-local storage for global program cache 2014-09-28 12:37:48 -07:00
Kyle Lutz
76a416c5a9 Change search() and search_n() to use find() 2014-09-28 10:16:14 -07:00
Kyle Lutz
10d79c6689 Fix bug when using bind() with adapted structs 2014-09-27 11:42:29 -07:00
Kyle Lutz
df1698fd82 Merge pull request #266 from kylelutz/perf-docs
Add performance section to documentation
2014-09-22 22:15:19 -07:00
Kyle Lutz
f3f1c390de Add performance section to documentation 2014-09-21 18:36:58 -07:00
Kyle Lutz
0b0cbd399e Merge pull request #265 from roshanr95/uniform_int_distribution
Uniform int distribution
2014-09-21 11:06:08 -07:00
Kyle Lutz
7e05c0f9a5 Merge pull request #262 from kylelutz/opencl-2.0
Add OpenCL 2.0 support
2014-09-21 11:05:15 -07:00
roshanr
ba09a9f3d0 Fix issue #159 2014-09-20 15:35:35 +05:30
roshanr
d2c25ef582 Add test to reflect issue #159 2014-09-20 12:30:17 +05:30
Kyle Lutz
4b10ea608b Merge pull request #264 from kylelutz/refactor-get-info
Refactor get_info() functions
2014-09-14 21:13:36 -07:00
Kyle Lutz
b95763d8b8 Merge pull request #263 from kylelutz/variadic-bind
Add variadic bind() implementation
2014-09-14 21:12:39 -07:00
Kyle Lutz
cdcd4c5a32 Refactor get_info() functions 2014-09-13 18:42:43 -07:00
Kyle Lutz
7912b344d1 Add variadic bind() implementation 2014-09-13 13:18:16 -07:00
Kyle Lutz
ec254c04bb Add OpenCL 2.0 support 2014-09-13 12:29:03 -07:00
Kyle Lutz
60f0709bc1 Merge pull request #259 from kylelutz/dynamic-bitset
Add dynamic_bitset class
2014-09-07 11:37:50 -07:00
Kyle Lutz
8310e8e729 Add dynamic_bitset class 2014-09-07 11:21:46 -07:00
Kyle Lutz
a1712f67e3 Merge pull request #260 from kylelutz/fix-popcount-with-ulong
Fix bug when using popcount() with ulong
2014-09-07 11:15:17 -07:00
Kyle Lutz
49fc80d204 Fix bug when using popcount() with ulong 2014-09-07 11:00:46 -07:00
Kyle Lutz
a4c11ddb5d Merge pull request #243 from kylelutz/address-space-enum
Address space enum
2014-09-06 12:04:50 -07:00
Kyle Lutz
d44af78be5 Use address_space enum for meta_kernel::add_arg() 2014-09-06 11:43:31 -07:00
Kyle Lutz
c5546c92a1 Add address_space enum to memory_object 2014-09-06 11:37:46 -07:00
Kyle Lutz
3b74365911 Merge pull request #258 from kylelutz/fix-nbody-warning
Fix '-Wreorder' warning in nbody example
2014-09-06 10:40:50 -07:00
Kyle Lutz
ecbe21b1dd Fix '-Wreorder' warning in nbody example
This fixes the following warning in the nbody example: "warning:
field 'm_dt' will be initialized after base 'QGLWidget'"
2014-09-06 10:29:54 -07:00