Kyle Lutz
7ffd2224e8
Merge pull request #307 from Mageswaran1989/lexicographical_compare
...
added lexicographical_compare algorithm & test cases
2014-11-19 10:44:10 -08:00
Mageswaran.D
af7e38d2ce
added lexicographical_compare algorithm & test cases
2014-11-19 23:49:10 +05:30
Kyle Lutz
3183effcb0
Merge pull request #306 from shehzan10/test-event-nvidia-fix
...
Adding OpenCL 1.2 required for NVIDIA when build with C++11
2014-11-11 21:57:30 -08:00
Shehzan Mohammed
ed94d4176a
Adding OpenCL 1.2 required for NVIDIA when build with C++11
2014-11-11 14:00:24 -05:00
Kyle Lutz
53a869a7a1
Merge pull request #305 from kylelutz/stable-sort-radix-sort
...
Use radix_sort() for stable_sort() when possible
2014-11-10 21:24:14 -08:00
Kyle Lutz
88d19723e3
Use radix_sort() for stable_sort() when possible
2014-11-09 11:06:47 -08:00
Kyle Lutz
5c1aac441c
Fix bug when calling radix_sort() with partial ranges
2014-11-09 10:53:23 -08:00
Kyle Lutz
5b2ac02618
Merge pull request #304 from Mageswaran1989/cout_support_string_class
...
added support for output stream(cout<<) for compute::string
2014-11-08 13:50:38 -08:00
Mageswaran.D
4b50a5c1dc
added support for output stream(cout<<) for compute::string : updated
2014-11-09 03:07:51 +05:30
Kyle Lutz
0bdcf3601a
Merge pull request #302 from 9prady9/windows_macro_errors
...
min, max macro conflicts on windows platform
2014-11-07 22:35:34 -08:00
Pradeep Garigipati
505d1ac0ec
Bugfix to avoid conflicts with macro definitions on windows platform
2014-11-07 15:31:06 -05:00
Kyle Lutz
52eab193e7
Merge pull request #301 from Mageswaran1989/swap_api_string_class
...
added swap api for string class
2014-11-07 12:03:08 -08:00
Mageswaran.D
119e201c94
added swap api for string class
2014-11-07 23:51:00 +05:30
Kyle Lutz
c5cd43bf0b
Merge pull request #299 from shehzan10/unused-warning-fixes
...
Removing unused variables that cause warnings
2014-11-05 20:03:18 -08:00
Kyle Lutz
5f72947674
Merge pull request #298 from kylelutz/dynamic-bitset-ulong
...
Use ulong_ instead of size_type for dynamic_bitset::count()
2014-11-05 20:03:04 -08:00
Shehzan Mohammed
ee4e2a03f2
Removing unused variables that cause warnings
2014-11-05 17:54:46 -05:00
Kyle Lutz
e8cccb517c
Use ulong_ instead of size_type for dynamic_bitset::count()
...
This fixes the following compilation error on Mac OS X:
"error: implicit instantiation of undefined template
'boost::compute::detail::type_name_trait<unsigned long>'"
2014-11-05 08:13:08 -08:00
Kyle Lutz
a11fda7aa3
Merge pull request #295 from Mageswaran1989/String_find-issue288
...
String find issue288
2014-11-05 07:56:58 -08:00
Kyle Lutz
92ac1426dc
Merge pull request #294 from kylelutz/get-arg-info-version-check
...
Add version check to kernel::get_arg_info() test
2014-11-05 07:56:20 -08:00
Kyle Lutz
cff0e10727
Merge pull request #293 from kylelutz/increase-black-scholes-error-tolerance
...
Increase the error tolerance for the black_scholes example
2014-11-05 07:56:06 -08:00
Kyle Lutz
f1c61c796e
Add version check to kernel::get_arg_info() test
2014-11-04 20:08:45 -08:00
Kyle Lutz
ca92f095b8
Increase the error tolerance for the black_scholes example
2014-11-04 20:02:07 -08:00
Mageswaran.D
1dca7c7734
updated with lit<char> instead int
2014-11-04 13:21:40 +05:30
Mageswaran.D
bdc6d79e4d
String::find() signed char fix with test case
2014-11-04 13:06:11 +05:30
Kyle Lutz
4c0c7bdde7
Merge pull request #289 from kylelutz/fix-fill-empty-range
...
Fix issue when calling fill() with empty range
2014-11-01 11:08:45 -07:00
Kyle Lutz
b45da6f052
Fix issue when calling fill() with empty range
2014-11-01 10:47:00 -07:00
Kyle Lutz
09550146a2
Merge pull request #287 from kylelutz/remove-enqueue-task
...
Remove usage of deprecated clEnqueueTask()
2014-10-30 21:31:11 -07:00
Kyle Lutz
934c04fbb2
Remove usage of deprecated clEnqueueTask()
...
This removes the usage of the deprecated clEnqueueTask()
function when compiled with OpenCL 2.0 or later.
2014-10-29 23:04:47 -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