Commit Graph

  • 3493b750e8 Fix type, long_ and long might be different types Jakub Szuppe 2016-05-21 16:57:45 +0200
  • bba6c61ed4 Add tests for copying host->device with mismatched types Jakub Szuppe 2016-05-19 23:31:54 +0200
  • a830531445 Fix type-safety issues when copying host->device Jakub Szuppe 2016-05-19 23:30:58 +0200
  • d41ff00c06 Merge pull request #613 from haahh/pr_discrete_distribution Kyle Lutz 2016-05-12 20:23:25 -0700
  • 56ad192b92 Now discrete_distribution generates IntType values Jakub Szuppe 2016-05-10 22:28:25 +0200
  • 650e828542 Add more tests for discrete_distribution Jakub Szuppe 2016-05-10 22:16:54 +0200
  • 227c05cbdc Add min() and max() methods for discrete_distribution Jakub Szuppe 2016-05-10 22:14:43 +0200
  • e9b2c0ff4b Add default constructor for discrete_distribution Jakub Szuppe 2016-05-10 22:14:18 +0200
  • 1799ee1b6e Support for first==last in discrete_distribution range ctor Jakub Szuppe 2016-05-10 22:04:23 +0200
  • c173bf02e3 Merge pull request #611 from haahh/pr_coveralls_build Kyle Lutz 2016-05-10 22:06:55 -0700
  • d172c8020e Merge pull request #610 from haahh/pr_osx Kyle Lutz 2016-05-09 21:46:09 -0700
  • 476b15933d Remove redundant Travis-CI build Jakub Szuppe 2016-05-09 12:41:08 +0200
  • a18f7a6dd9 Don't push coverage of tests to the Coveralls Jakub Szuppe 2016-05-08 17:31:24 +0200
  • d57a81d2cd One dedicated build for coveralls Jakub Szuppe 2016-04-30 17:16:53 +0200
  • 13e173c97e Failures not allowed on OSX Travis-CI build Jakub Szuppe 2016-05-05 14:35:21 +0200
  • 57ea7d85df Skipping resize_throw_exception test on Apple Jakub Szuppe 2016-05-05 13:23:40 +0200
  • 0fe1ab3e24 Add type checks for distributions Jakub Szuppe 2016-05-04 20:11:29 +0200
  • 38b75f920c Fix boost::compute::discrete_distribution constructor Jakub Szuppe 2016-05-04 19:47:16 +0200
  • 6412cb2cc6 Fix typos in test_lambda.cpp Jakub Szuppe 2016-05-03 13:23:48 +0200
  • e199304780 Turn off inplace_reduce and radix_sort tests on Apple Jakub Szuppe 2016-04-30 19:33:36 +0200
  • 968056c653 Adapt command queue test to different devices Jakub Szuppe 2016-04-30 19:32:52 +0200
  • af7b197e68 Skip matrix transpose example on Apple CPU devices Jakub Szuppe 2016-04-30 18:10:24 +0200
  • dc7bfa0252 Merge pull request #609 from haahh/pr_copy_buffer_for_device_ptr Kyle Lutz 2016-05-03 20:58:09 -0700
  • 7b4e652ff7 Merge pull request #608 from haahh/pr_remove_deprecated_macros Kyle Lutz 2016-05-03 19:33:53 -0700
  • 8cb06e1954 Merge pull request #607 from jagerman/literal-simplify-test Kyle Lutz 2016-05-03 19:31:32 -0700
  • 02e12b40fd Enable copying with copy buffer op for device_ptr Jakub Szuppe 2016-05-03 21:39:19 +0200
  • 2fdafa2128 Remove deprecated Boost macros Jakub Szuppe 2016-05-03 14:36:37 +0200
  • 9b2c65fee9 Work around libc++ bug 17782 Jason Rhinelander 2016-05-02 22:22:13 -0400
  • d02b36e735 Simplify literal conversion tests Jason Rhinelander 2016-05-02 19:33:43 -0400
  • 5e28138a7a Update minimum required Boost version to 1.54 Jakub Szuppe 2016-05-03 14:32:22 +0200
  • 51afcd0c22 Merge pull request #602 from boostorg/reduce-uchar-to-float-test Kyle Lutz 2016-05-02 19:44:18 -0700
  • 90130f8376 Merge pull request #603 from boostorg/fix-sign-comparison-warning Kyle Lutz 2016-05-02 19:43:21 -0700
  • 822be4d306 Merge pull request #605 from boostorg/kernel-get-arg-info-specializations Kyle Lutz 2016-05-02 19:42:13 -0700
  • fa6329e8cb Merge pull request #604 from boostorg/fix-function-static-assert-msg Kyle Lutz 2016-05-02 19:41:58 -0700
  • 71f1d0d441 Add specializations for kernel::get_arg_info() Kyle Lutz 2016-04-30 10:32:13 -0700
  • 52b78417f3 Fix static assert message in boost::compute::function Kyle Lutz 2016-04-30 09:47:04 -0700
  • d15cb3314b Fix sign comparison warning in test_literal_conversion Kyle Lutz 2016-04-30 09:21:44 -0700
  • 0b3d80c35a Add test for reduce() with uchar to float Kyle Lutz 2016-04-29 20:05:59 -0700
  • 62d487c036 Merge pull request #601 from boostorg/stable-sort-by-key-doc Kyle Lutz 2016-04-26 21:36:37 -0700
  • 1a3cb1468c Add stable_sort_by_key() to API reference Kyle Lutz 2016-04-26 19:43:51 -0700
  • 3c2bbbe845 Merge pull request #597 from haahh/pr_fix_find_end Kyle Lutz 2016-04-25 21:37:46 -0700
  • ecdb24ef86 Merge pull request #595 from haahh/pr_fix_uni_real_dist Kyle Lutz 2016-04-25 21:35:23 -0700
  • 2b346dbd6b Merge pull request #598 from jagerman/increase-literal-precision Kyle Lutz 2016-04-25 11:59:13 -0700
  • 8aea290320 Make sure a < b in uniform real distribution Jakub Szuppe 2016-04-24 21:55:14 +0200
  • 55bea58790 Add test for values generated by uniform real dist Jakub Szuppe 2016-04-24 20:58:38 +0200
  • 43a2d0286b Fix range of values generated by uniform real dist Jakub Szuppe 2016-04-24 20:58:19 +0200
  • 8e5151aec8 Merge pull request #583 from boostorg/fix-intel-platform-documentation Kyle Lutz 2016-04-25 10:01:04 -0700
  • 940f379aa9 Fix find_end algorithm Jakub Szuppe 2016-04-24 21:46:28 +0200
  • 7f18293526 Increase make_literal precision Jason Rhinelander 2016-04-24 17:13:05 -0400
  • b18b5dbe8b Fix test_find_end test Jakub Szuppe 2016-04-24 21:46:07 +0200
  • 48217d2918 Merge pull request #593 from haahh/pr_sort_by_key_desc_fix Kyle Lutz 2016-04-24 10:56:56 -0700
  • 481c6623f7 Merge pull request #592 from haahh/pr_optical_flow_example_fix Kyle Lutz 2016-04-24 10:54:30 -0700
  • f29bbda7f8 Tests for radix sort in desc order Jakub Szuppe 2016-04-23 18:06:21 +0200
  • 6d5d9b0b5d Now radix_sort_by_key is stable Jakub Szuppe 2016-04-23 17:56:42 +0200
  • 8caa9c2ac3 Fix bug in optical flow example Jakub Szuppe 2016-04-23 15:17:25 +0200
  • 437363b6b7 Merge pull request #591 from jagerman/develop Kyle Lutz 2016-04-22 19:25:06 -0700
  • d4653c6624 Use nextafter to push values down into [0,1) range Jason Rhinelander 2016-04-22 19:27:47 -0400
  • a832380b0b Add test for mean and variance of normal_distribution Kyle Lutz 2016-04-22 13:59:06 -0700
  • a1090c1290 Fix issue with zero values in normal_distribution Kyle Lutz 2016-04-22 13:58:30 -0700
  • bf8eeb9738 Use natural log in normal_distribution kernel Kyle Lutz 2016-04-22 13:20:03 -0700
  • 3d9fd19350 Merge pull request #585 from bwitherspoon/wait-list-initializer-list Kyle Lutz 2016-04-18 14:51:16 -0700
  • 8f449cde4b Add initializer list constructor to wait_list Brett Witherspoon 2016-04-17 02:59:51 -0500
  • 7474521aaa Merge pull request #582 from haahh/misc_fixes Kyle Lutz 2016-04-11 21:12:34 -0700
  • b0b1ea8d33 Add Apple CPUs and GPUs to list of supported platforms Kyle Lutz 2016-04-11 21:09:55 -0700
  • 76156093e7 Add Intel GPUs to list of supported platforms Kyle Lutz 2016-04-11 21:09:41 -0700
  • c683d4ab22 Fix AMD APP SDK 3.0 builds Jakub Szuppe 2016-04-09 14:58:39 +0200
  • c0b23e101c Use POCL 0.13 Jakub Szuppe 2016-04-09 14:56:47 +0200
  • da222c8243 Remove unused variable Jakub Szuppe 2016-04-10 12:46:00 +0200
  • 796c5d4629 Fix tests for clSetMemObjectDestructorCallback() Jakub Szuppe 2016-04-05 11:05:14 +0200
  • 9173c07f40 Fix saxpy benchmark Jakub Szuppe 2016-04-04 14:18:13 +0200
  • dcddaae8d2 Make number of trials configurable from cmd line Jakub Szuppe 2016-04-04 14:14:37 +0200
  • 44f08e3932 Merge pull request #580 from boostorg/fix-svm-ptr-assignment-operator Kyle Lutz 2016-04-07 15:10:42 -0700
  • 203f0be723 Add missing return to svm_ptr assignment operator Kyle Lutz 2016-04-07 07:58:03 -0700
  • 523d8e9745 Merge pull request #577 from ddemidov/wait_list-improvements Kyle Lutz 2016-03-18 19:38:41 -0700
  • da71051593 Merge pull request #573 from haahh/pr_stable_sort_by_key Kyle Lutz 2016-03-18 19:36:22 -0700
  • 90638570c9 Merge pull request #572 from haahh/pr_fix_comp_errors_osx Kyle Lutz 2016-03-18 19:35:03 -0700
  • cafe8b6578 Provide wait-list iterators Denis Demidov 2016-03-18 22:25:54 +0300
  • 15b7414e78 Provide array subscript operator for wait_list Denis Demidov 2016-03-18 11:47:38 +0300
  • 2eed2c2fdd Provide wait_list::reserve() method Denis Demidov 2016-03-18 10:58:29 +0300
  • af58463ad9 Add tests for radix_sort_by_key() Jakub Szuppe 2016-03-16 15:07:53 +0100
  • a127310d73 Add test for stable_sort_by_key() Jakub Szuppe 2016-03-16 15:07:28 +0100
  • 73ef474fdd Add stable_sort_by_key() Jakub Szuppe 2016-03-16 14:59:02 +0100
  • 77ff3b36ab Add OSX build without running tests on Travis-CI Jakub Szuppe 2016-03-16 12:44:36 +0100
  • b3224ea753 Misc. strided_iterator changes Jakub Szuppe 2016-03-11 11:55:09 +0100
  • b8fa408d4b Fix compilation errors on OSX Jakub Szuppe 2016-03-11 11:22:10 +0100
  • 38ba1c5447 Merge pull request #566 from haahh/update-test-jamfilev2 Kyle Lutz 2016-03-10 13:04:02 -0800
  • fe816c5acf Merge pull request #571 from haahh/win-related-changes Kyle Lutz 2016-03-10 10:14:03 -0800
  • 3826e9cae4 Misc fixes Jakub Szuppe 2016-02-28 17:19:37 +0100
  • 8bc763cd53 MSVC/WIN-related update of CMakeLists.txt files Jakub Szuppe 2016-02-27 18:22:31 +0100
  • c41c1d98b1 Link OpenCL in FreeBSD in test/Jamfile.v2 Jakub Szuppe 2016-03-07 21:47:05 +0100
  • fec8913be2 Remove redundant compile option Jakub Szuppe 2016-03-07 21:07:04 +0100
  • 1653a06f90 Suppress OpenCL-related deprecated declarations warns Jakub Szuppe 2016-03-07 21:02:17 +0100
  • a1895728a1 Use custom FindOpenCL.cmake only for cmake older than 3.1 Jakub Szuppe 2016-02-27 18:51:15 +0100
  • 112537a8cb Update tests compile options in Jamfile.v2 Jakub Szuppe 2016-03-07 11:55:37 +0100
  • 3e831faf5f Merge pull request #569 from boostorg/opengl-interop-type-names Kyle Lutz 2016-03-08 20:12:46 -0800
  • 698647f8a1 Merge pull request #564 from boostorg/update-documentation-for-1.61 Kyle Lutz 2016-03-08 20:12:00 -0800
  • 1523b232e3 Add reduce_by_key() to API reference Kyle Lutz 2016-03-08 19:21:16 -0800
  • 03dc34b820 Add type_name() support for OpenGL types Kyle Lutz 2016-03-07 19:50:15 -0800
  • c1ae612926 Update documentation for release in Boost 1.61 Kyle Lutz 2016-03-06 18:34:25 -0800
  • 1386d2947d Merge pull request #562 from ddemidov/fix-faq Kyle Lutz 2016-03-04 10:03:20 -0800