Commit Graph

  • 17e0e5e686 Add cl_gl_ext.hpp forwarding header Kyle Lutz 2014-12-06 12:15:22 -0800
  • 1c3703beea Merge pull request #329 from kylelutz/fully-qualify-bind Kyle Lutz 2014-12-03 23:26:24 -0800
  • 5974366313 Merge pull request #324 from kylelutz/refactor-dispatch-sort Kyle Lutz 2014-12-03 23:26:16 -0800
  • 8681ced9f2 Merge pull request #323 from kylelutz/extents Kyle Lutz 2014-12-03 23:26:06 -0800
  • 5696537619 Fully qualify call to bind() in nth_element() Kyle Lutz 2014-12-03 22:24:23 -0800
  • 4185694366 Add extents<N> class Kyle Lutz 2014-12-02 21:20:32 -0800
  • faddbf2368 Refactor dispatch_sort() function Kyle Lutz 2014-12-02 21:49:51 -0800
  • bb19d2a07c Merge pull request #322 from roshanr95/merge Kyle Lutz 2014-12-02 19:27:49 -0800
  • 12bbd995a3 Add support for comparator in merge Roshan 2014-12-02 12:59:36 +0530
  • b848b44c40 Fix bug in balanced path Roshan 2014-12-02 12:58:55 +0530
  • fa75a66253 Merge pull request #318 from kylelutz/identity-function Kyle Lutz 2014-11-29 10:28:26 -0800
  • 16fdb15395 Add identity<T>() function Kyle Lutz 2014-11-28 14:08:59 -0800
  • 6c78d27acc Merge pull request #317 from kylelutz/debug-kernel-compilation-tests Kyle Lutz 2014-11-29 10:18:26 -0800
  • 3e3f46d144 Define BOOST_COMPUTE_DEBUG_KERNEL_COMPILATION for tests Kyle Lutz 2014-11-28 12:51:37 -0800
  • 85e03f7e69 Merge pull request #315 from kylelutz/copy-to-vector-bool Kyle Lutz 2014-11-28 12:34:46 -0800
  • 5e7fb41e73 Merge pull request #312 from Mageswaran1989/string_find_string Kyle Lutz 2014-11-26 22:23:02 -0800
  • 9d813a2309 oveloaded find() for string and char pointer Mageswaran.D 2014-11-25 22:18:13 +0530
  • 1c80c4fd32 Merge pull request #314 from kylelutz/fix-dispatch-copy Kyle Lutz 2014-11-26 08:53:50 -0800
  • a6bdf21b31 Fix issue with copy() and std::vector<bool> Kyle Lutz 2014-11-26 08:42:48 -0800
  • 8ae2b4ec23 Fix compilation error in dispatch_copy() with Boost 1.57 Kyle Lutz 2014-11-25 23:16:10 -0800
  • 1e0505d79c Merge pull request #311 from f-koehler/pr229 Kyle Lutz 2014-11-24 08:02:36 -0800
  • d57fa9ffb0 reimplemented unit tests for unsupported extension and context error f-koehler 2014-11-24 16:13:58 +0100
  • c3ede9cf2f Merge pull request #310 from robotrovsky/develop Kyle Lutz 2014-11-20 10:14:05 -0800
  • bd845fea46 Fixed OpenCL 2.0 Header compatibility robotrovsky 2014-11-20 18:43:51 +0100
  • a5fab450d9 Merge pull request #308 from kylelutz/improve-documentation Kyle Lutz 2014-11-19 23:45:16 -0800
  • 16834b9fb4 Improve documentation Kyle Lutz 2014-11-19 23:29:28 -0800
  • bbded91e21 Merge pull request #244 from kylelutz/iterator-read-write Kyle Lutz 2014-11-19 22:24:18 -0800
  • f53a2b3a8d Add read() and write() methods to buffer_iterator Kyle Lutz 2014-11-19 21:54:38 -0800
  • 7ffd2224e8 Merge pull request #307 from Mageswaran1989/lexicographical_compare Kyle Lutz 2014-11-19 10:44:10 -0800
  • af7e38d2ce added lexicographical_compare algorithm & test cases Mageswaran.D 2014-11-18 01:36:21 +0530
  • 3183effcb0 Merge pull request #306 from shehzan10/test-event-nvidia-fix Kyle Lutz 2014-11-11 21:57:30 -0800
  • ed94d4176a Adding OpenCL 1.2 required for NVIDIA when build with C++11 Shehzan Mohammed 2014-11-11 14:00:24 -0500
  • 53a869a7a1 Merge pull request #305 from kylelutz/stable-sort-radix-sort Kyle Lutz 2014-11-10 21:24:14 -0800
  • 88d19723e3 Use radix_sort() for stable_sort() when possible Kyle Lutz 2014-11-09 11:06:47 -0800
  • 5c1aac441c Fix bug when calling radix_sort() with partial ranges Kyle Lutz 2014-11-09 10:45:18 -0800
  • 5b2ac02618 Merge pull request #304 from Mageswaran1989/cout_support_string_class Kyle Lutz 2014-11-08 13:50:38 -0800
  • 4b50a5c1dc added support for output stream(cout<<) for compute::string : updated Mageswaran.D 2014-11-09 01:47:11 +0530
  • 0bdcf3601a Merge pull request #302 from 9prady9/windows_macro_errors Kyle Lutz 2014-11-07 22:35:34 -0800
  • 505d1ac0ec Bugfix to avoid conflicts with macro definitions on windows platform Pradeep Garigipati 2014-11-07 15:31:06 -0500
  • 52eab193e7 Merge pull request #301 from Mageswaran1989/swap_api_string_class Kyle Lutz 2014-11-07 12:03:08 -0800
  • 119e201c94 added swap api for string class Mageswaran.D 2014-11-07 23:51:00 +0530
  • c5cd43bf0b Merge pull request #299 from shehzan10/unused-warning-fixes Kyle Lutz 2014-11-05 20:03:18 -0800
  • 5f72947674 Merge pull request #298 from kylelutz/dynamic-bitset-ulong Kyle Lutz 2014-11-05 20:03:04 -0800
  • ee4e2a03f2 Removing unused variables that cause warnings Shehzan Mohammed 2014-11-05 17:54:46 -0500
  • e8cccb517c Use ulong_ instead of size_type for dynamic_bitset::count() Kyle Lutz 2014-11-05 08:11:34 -0800
  • a11fda7aa3 Merge pull request #295 from Mageswaran1989/String_find-issue288 Kyle Lutz 2014-11-05 07:56:58 -0800
  • 92ac1426dc Merge pull request #294 from kylelutz/get-arg-info-version-check Kyle Lutz 2014-11-05 07:56:20 -0800
  • cff0e10727 Merge pull request #293 from kylelutz/increase-black-scholes-error-tolerance Kyle Lutz 2014-11-05 07:56:06 -0800
  • f1c61c796e Add version check to kernel::get_arg_info() test Kyle Lutz 2014-11-04 20:08:45 -0800
  • ca92f095b8 Increase the error tolerance for the black_scholes example Kyle Lutz 2014-11-04 20:02:07 -0800
  • 1dca7c7734 updated with lit<char> instead int Mageswaran.D 2014-11-04 13:21:40 +0530
  • bdc6d79e4d String::find() signed char fix with test case Mageswaran.D 2014-11-04 13:06:11 +0530
  • 4c0c7bdde7 Merge pull request #289 from kylelutz/fix-fill-empty-range Kyle Lutz 2014-11-01 11:08:45 -0700
  • b45da6f052 Fix issue when calling fill() with empty range Kyle Lutz 2014-11-01 10:46:33 -0700
  • 09550146a2 Merge pull request #287 from kylelutz/remove-enqueue-task Kyle Lutz 2014-10-30 21:31:11 -0700
  • 934c04fbb2 Remove usage of deprecated clEnqueueTask() Kyle Lutz 2014-10-29 23:04:47 -0700
  • 587fc4d24f Merge pull request #285 from kylelutz/document-default-device-type Kyle Lutz 2014-10-25 11:39:43 -0400
  • 34baff744d Add documentation for BOOST_COMPUTE_DEFAULT_DEVICE_TYPE Kyle Lutz 2014-10-24 06:05:26 -0700
  • 4b34d96db4 Merge pull request #282 from kylelutz/test-examples Kyle Lutz 2014-10-23 23:20:02 -0400
  • b84b9d925d Test examples with CTest Kyle Lutz 2014-10-23 19:58:00 -0700
  • b1dd15ce7e Merge pull request #281 from cwkx/patch-2 Kyle Lutz 2014-10-23 22:48:44 -0400
  • 1c5b6af7fc Update context.hpp cwkx 2014-10-23 16:01:23 +0100
  • cbbe7106d0 Merge pull request #280 from kylelutz/osx-fix Kyle Lutz 2014-10-22 23:15:34 -0400
  • e25f167088 Merge pull request #279 from pentschev/adjacent_difference_temp_vector Kyle Lutz 2014-10-22 23:13:06 -0400
  • ddd57f06e0 Merge pull request #277 from roshanr95/balanced_path Kyle Lutz 2014-10-22 23:11:04 -0400
  • d734fb53bc Declare cnd() function static in black_scholes example Kyle Lutz 2014-10-22 19:57:02 -0700
  • c117648c4c Added temporary vector to adjacent_difference(). Peter Andreas Entschev 2014-10-16 11:43:22 -0300
  • 635f365058 Rename tile_sets kernel, add support for comparator Roshan 2014-10-16 12:49:50 +0530
  • eb881491ea Merge pull request #274 from chesterkuo/master Kyle Lutz 2014-10-08 09:20:09 -0700
  • e7a6479a92 update amd_cpp_kernel test to get platform vendor info Chester Kuo 2014-10-08 23:29:03 +0800
  • 7d772f35d7 update amd_kernel test program to use platform info structure instead of using device info structure Chester Kuo 2014-10-08 15:55:26 +0800
  • 86fb40da9f Merge pull request #273 from kylelutz/type-definition Kyle Lutz 2014-10-02 08:03:15 -0700
  • ad33665b89 Add type_definition<T>() function Kyle Lutz 2014-09-30 22:22:44 -0700
  • e7578b697f Merge pull request #272 from kylelutz/improve-test-coverage Kyle Lutz 2014-09-29 21:26:21 -0700
  • eef75bf1fa Merge pull request #269 from kylelutz/thread-safe Kyle Lutz 2014-09-29 20:41:54 -0700
  • f300370366 Add test for platform class Kyle Lutz 2014-09-29 20:30:39 -0700
  • 872dea05ef Add test for fill() with empty range Kyle Lutz 2014-09-29 20:01:21 -0700
  • f3158959ed Fix return value for dispatch_fill_async() Kyle Lutz 2014-09-29 20:01:17 -0700
  • 8022923dbf Add test case for count_if_with_reduce() function Kyle Lutz 2014-09-29 19:51:08 -0700
  • 4da55a4f94 Add test for sort3() function Kyle Lutz 2014-09-29 19:45:39 -0700
  • 44895606ac Merge pull request #268 from kylelutz/search-use-find Kyle Lutz 2014-09-28 14:38:35 -0700
  • ce86720ce6 Merge pull request #267 from kylelutz/bind-struct Kyle Lutz 2014-09-28 14:38:23 -0700
  • 05afa5f707 Use thread-local storage for global program cache Kyle Lutz 2014-09-28 11:55:06 -0700
  • 76a416c5a9 Change search() and search_n() to use find() Kyle Lutz 2014-09-28 10:16:14 -0700
  • 10d79c6689 Fix bug when using bind() with adapted structs Kyle Lutz 2014-09-27 11:05:01 -0700
  • df1698fd82 Merge pull request #266 from kylelutz/perf-docs Kyle Lutz 2014-09-22 22:15:19 -0700
  • f3f1c390de Add performance section to documentation Kyle Lutz 2014-09-21 18:25:08 -0700
  • 0b0cbd399e Merge pull request #265 from roshanr95/uniform_int_distribution Kyle Lutz 2014-09-21 11:06:08 -0700
  • 7e05c0f9a5 Merge pull request #262 from kylelutz/opencl-2.0 Kyle Lutz 2014-09-21 11:05:15 -0700
  • ba09a9f3d0 Fix issue #159 roshanr 2014-09-20 15:35:35 +0530
  • d2c25ef582 Add test to reflect issue #159 roshanr 2014-09-20 12:30:17 +0530
  • 4b10ea608b Merge pull request #264 from kylelutz/refactor-get-info Kyle Lutz 2014-09-14 21:13:36 -0700
  • b95763d8b8 Merge pull request #263 from kylelutz/variadic-bind Kyle Lutz 2014-09-14 21:12:39 -0700
  • cdcd4c5a32 Refactor get_info() functions Kyle Lutz 2014-09-13 18:42:43 -0700
  • 7912b344d1 Add variadic bind() implementation Kyle Lutz 2014-09-13 13:18:16 -0700
  • ec254c04bb Add OpenCL 2.0 support Kyle Lutz 2014-09-13 12:07:43 -0700
  • 60f0709bc1 Merge pull request #259 from kylelutz/dynamic-bitset Kyle Lutz 2014-09-07 11:37:50 -0700
  • 8310e8e729 Add dynamic_bitset class Kyle Lutz 2014-09-06 12:25:59 -0700
  • a1712f67e3 Merge pull request #260 from kylelutz/fix-popcount-with-ulong Kyle Lutz 2014-09-07 11:15:17 -0700
  • 49fc80d204 Fix bug when using popcount() with ulong Kyle Lutz 2014-09-07 10:58:50 -0700