2
0
mirror of https://github.com/boostorg/compute.git synced 2026-01-27 06:42:19 +00:00

Commit Graph

  • 4703488c45 Merge pull request #212 from roshanr95/nth-element Kyle Lutz 2014-08-05 19:00:30 -07:00
  • 30082abd59 Improve nth_element performance and unit testing roshanr 2014-07-26 21:10:37 +05:30
  • 5f94c74532 Merge pull request #211 from f-koehler/issue204 Kyle Lutz 2014-08-05 08:19:58 -07:00
  • 15f9793bd8 choose qt4 or qt5 f-koehler 2014-08-05 16:36:46 +02:00
  • a4a52caad1 Merge pull request #206 from kylelutz/fix-count-if Kyle Lutz 2014-07-31 20:48:00 -07:00
  • 2f948a9903 Add test for count_if() with custom function Kyle Lutz 2014-07-31 20:26:47 -07:00
  • 5d663ff338 Fix bug with count_if() on AMD Kyle Lutz 2014-07-30 21:37:48 -07:00
  • d356a2c40d Add benchmark for nth_element roshanr 2014-07-26 21:04:00 +05:30
  • 8a11a320d3 Merge pull request #203 from f-koehler/master Kyle Lutz 2014-07-29 18:30:16 -07:00
  • 2cb564c59c Merge pull request #200 from kylelutz/bind Kyle Lutz 2014-07-29 18:29:16 -07:00
  • b70df00ce4 explicitly look for Qt4 and not for Qt in general fkoehler 2014-07-29 13:23:43 +02:00
  • f21abdff7e Add bind() function Kyle Lutz 2014-07-26 20:51:30 -07:00
  • d34367b161 Merge pull request #195 from roshanr95/binary_find Kyle Lutz 2014-07-18 07:38:26 -07:00
  • 92ae416a32 Improve binary_find performance roshanr 2014-07-10 17:44:21 +05:30
  • 5df5d8c3ee Add benchmark for binary_find roshanr 2014-07-10 17:43:42 +05:30
  • f50e9c0110 Release v0.3 v0.3 Kyle Lutz 2014-07-15 21:05:09 -07:00
  • 11231029b6 Update documentation Kyle Lutz 2014-07-12 14:52:56 -07:00
  • baa60dca39 Merge pull request #194 from kylelutz/opencl-1.2-mem-flags Kyle Lutz 2014-07-12 14:51:55 -07:00
  • 132fc85270 Add OpenCL 1.2 memory flags to mem_flags enum Kyle Lutz 2014-07-12 14:44:03 -07:00
  • 89eee4b60e Merge pull request #193 from kylelutz/unify-seed-method-interface Kyle Lutz 2014-07-12 14:35:50 -07:00
  • fa0541d84b Merge pull request #166 from kylelutz/perf-copy-if Kyle Lutz 2014-07-12 14:34:15 -07:00
  • e8afaf1e7c Add perf_copy_if benchmark Kyle Lutz 2014-07-12 14:14:33 -07:00
  • 23c0a14244 Merge pull request #192 from kylelutz/perf-fill Kyle Lutz 2014-07-12 14:13:26 -07:00
  • 84b24fcacb Unify seed() method interface in the random number engines Kyle Lutz 2014-07-12 13:59:57 -07:00
  • fb5c5442f7 Add perf_fill benchmark Kyle Lutz 2014-07-12 13:47:01 -07:00
  • c9c5615b2f Merge pull request #191 from kylelutz/fix-popcount Kyle Lutz 2014-07-12 13:03:09 -07:00
  • 61645c41c3 Fix issues with popcount() on OpenCL 1.1 devices Kyle Lutz 2014-07-12 12:47:41 -07:00
  • 4bf8993f1b Merge pull request #190 from ddemidov/parallel-travis-build Kyle Lutz 2014-07-12 12:39:37 -07:00
  • 465853233b Merge pull request #189 from ddemidov/skip-1.2-tests Kyle Lutz 2014-07-12 12:25:54 -07:00
  • 57a2ee0e39 Parallel build on Travis-CI Denis Demidov 2014-07-12 23:15:57 +04:00
  • 201f85a038 Skip tests requiring OpenCL 1.2 on usupported devices Denis Demidov 2014-07-12 22:42:26 +04:00
  • dfe9399c9f Check OpenCL version before calling enqueue_fill_buffer() Kyle Lutz 2014-07-12 11:01:28 -07:00
  • 2540895ebf Merge pull request #187 from kylelutz/fix-partition-by-counts-test Kyle Lutz 2014-07-12 09:48:52 -07:00
  • 86199873b7 Fix partition_by_counts test for Intel CPUs Kyle Lutz 2014-07-12 08:52:26 -07:00
  • 5cfda5412e Merge pull request #184 from kylelutz/improve-documentation Kyle Lutz 2014-07-11 23:58:00 -07:00
  • c222b3c0b4 Update documentation Kyle Lutz 2014-07-11 23:32:56 -07:00
  • 9dc87712e9 Improve documentation Kyle Lutz 2014-07-11 23:25:41 -07:00
  • ca3d571e52 Merge pull request #183 from kylelutz/rename-mersenne-twister-header Kyle Lutz 2014-07-11 23:07:58 -07:00
  • a4ae254adc Rename mersenne_twister_engine header Kyle Lutz 2014-07-11 22:24:22 -07:00
  • 40d0166cb2 Merge pull request #182 from kylelutz/rename-create-with-builtin-kernels Kyle Lutz 2014-07-10 20:02:51 -07:00
  • 94306ce2e8 Merge pull request #179 from kylelutz/deprecate-device-ptr Kyle Lutz 2014-07-10 20:02:39 -07:00
  • 48cee2b619 Rename create_with_builtin_kernels() method Kyle Lutz 2014-07-10 19:27:17 -07:00
  • 9106222e61 Merge pull request #178 from kylelutz/equality-operators Kyle Lutz 2014-07-09 22:10:36 -07:00
  • b6ecb59ee9 Merge pull request #177 from kylelutz/fix-vector-assign Kyle Lutz 2014-07-09 22:09:40 -07:00
  • e0535d7233 Move device_ptr to the detail namespace Kyle Lutz 2014-07-08 21:04:23 -07:00
  • 7d377989ee Add equality operators for all wrapper classes Kyle Lutz 2014-07-08 20:33:02 -07:00
  • 4a1b3edf48 Fix resize bug with vector::assign() Kyle Lutz 2014-07-07 21:49:26 -07:00
  • 89089576ab Merge pull request #176 from kylelutz/get-info-specializations Kyle Lutz 2014-07-07 21:30:07 -07:00
  • cae813ec3c Add get_info<Info>() specializations Kyle Lutz 2014-07-07 19:04:38 -07:00
  • bd164a24b2 Merge pull request #175 from kylelutz/fix-platform-empty-devices Kyle Lutz 2014-07-07 18:57:16 -07:00
  • 5d6921f162 Merge pull request #170 from kylelutz/create-program-with-built-in-kernels Kyle Lutz 2014-07-07 08:04:12 -07:00
  • c156ca7198 Merge pull request #169 from kylelutz/hash-function Kyle Lutz 2014-07-07 08:02:09 -07:00
  • 8f952b3c5b Merge pull request #168 from kylelutz/struct-is-packed Kyle Lutz 2014-07-07 08:01:50 -07:00
  • 1975261a7d Merge pull request #164 from kylelutz/compile-link-program Kyle Lutz 2014-07-07 08:01:36 -07:00
  • 73443e0111 Fix errors when using platforms with no devices Kyle Lutz 2014-07-07 07:48:56 -07:00
  • 6103ff6cfb Add program::create_with_built_in_kernels() method Kyle Lutz 2014-07-02 23:45:35 -07:00
  • 6af32b3d8f Add hash() function Kyle Lutz 2014-07-02 23:24:18 -07:00
  • 235261a977 Add check for packed structs in BOOST_COMPUTE_ADAPT_STRUCT() Kyle Lutz 2014-07-02 22:53:48 -07:00
  • 90217d055b Add compile() and link() methods to program Kyle Lutz 2014-07-02 22:32:58 -07:00
  • bfe2bdd7f7 Merge pull request #163 from roshanr95/distribution-benchmarks Kyle Lutz 2014-07-02 18:15:54 -07:00
  • cd41289bbc Add benchmarks for the new disributions roshanr 2014-07-02 20:00:23 +05:30
  • 1a063e86cd Merge pull request #161 from roshanr95/lce Kyle Lutz 2014-06-30 21:07:11 -07:00
  • acf4698af1 Add benchmark for lce roshanr 2014-06-30 23:41:58 +05:30
  • d81edfc387 Fix errors in lce roshanr 2014-06-30 23:41:16 +05:30
  • 47e93c9679 Merge pull request #160 from roshanr95/permutation-algorithms Kyle Lutz 2014-06-27 19:15:29 -07:00
  • be18866bca Add benchmarks for permutation algorithms roshanr 2014-06-27 08:22:32 +05:30
  • 2fa478a11f Merge pull request #158 from roshanr95/search-algorithms Kyle Lutz 2014-06-25 18:37:56 -07:00
  • 7baff5980a Add benchmarks for search algorithms roshanr 2014-06-26 01:27:58 +05:30
  • f3d20639f7 Change function signature of search algorithms to match STL versions roshanr 2014-06-26 00:50:22 +05:30
  • 9f74b5290e Enable OpenCV on Travis-CI Kyle Lutz 2014-06-24 20:54:02 -07:00
  • 1dd4d7d875 Merge pull request #157 from roshanr95/partitioning_algorithms Kyle Lutz 2014-06-24 18:52:11 -07:00
  • be9be67348 Merge pull request #155 from Mageswaran1989/image_format-support-grey-images Kyle Lutz 2014-06-24 18:39:52 -07:00
  • 2e825a9ad1 Add benchmarks for partitioning algorithms roshanr 2014-06-25 04:43:47 +05:30
  • f10d3d549d updated interop/opencv/core.hpp for grey images Mageswaran 2014-06-24 20:59:48 +05:30
  • 049fbd1a36 Add BOOST_COMPUTE_USE_CPP11 CMake flag Kyle Lutz 2014-06-22 09:46:40 -07:00
  • 81994ed6c9 support for OpenCV grey images Mageswaran 2014-06-21 16:48:42 +05:30
  • 1d5a088e94 Merge pull request #152 from roshanr95/set_algorithms Kyle Lutz 2014-06-20 18:55:25 -07:00
  • b011138c1f Merge pull request #151 from Mageswaran1989/adding-opencv_sobel_filter-example Kyle Lutz 2014-06-20 18:48:55 -07:00
  • 0fa15ea706 Merge pull request #150 from Mageswaran1989/adding-opencv_convolution.cpp-example Kyle Lutz 2014-06-20 18:46:04 -07:00
  • e2c5fe5504 Add benchmarks for set algorithms roshanr 2014-06-21 02:51:00 +05:30
  • 5b832d8ee1 Fix errors in set algorithms roshanr 2014-06-21 02:42:27 +05:30
  • 01bf3abe30 added return in catch block Mageswaran 2014-06-20 21:24:56 +05:30
  • dceaa72c11 Merge pull request #148 from Mageswaran1989/renaming-opencv_filter-to-opencv_flip Kyle Lutz 2014-06-20 08:34:29 -07:00
  • aae0f777a3 added opencv sobel filter Mageswaran 2014-06-20 18:35:20 +05:30
  • 3210ee0c1f added example/opencv_convolution.cpp Mageswaran 2014-06-20 17:26:02 +05:30
  • 2f6dda41d9 renamed example/opencv_filter.cpp to example/opencv_flip.cpp Mageswaran 2014-06-20 11:27:05 +05:30
  • 4abb85705c Merge pull request #144 from jamboree/develop Kyle Lutz 2014-06-19 08:33:13 -07:00
  • c518869dd4 Use BOOST_NOEXCEPT jamboree 2014-06-19 18:03:09 +08:00
  • 1b850367bd Update documentation Kyle Lutz 2014-06-18 19:19:48 -07:00
  • b670212ee8 Use "OpenCL API" rather than "OpenCL C API" Kyle Lutz 2014-06-18 18:42:21 -07:00
  • b66ee3d75c Merge pull request #139 from roshanr95/lce Kyle Lutz 2014-06-17 19:16:26 -07:00
  • fd2506b161 Add quick and dirty linear congruential engine roshanr 2014-06-13 01:59:00 +05:30
  • 3ac85e3fbc Merge pull request #141 from roshanr95/discrete_distribution Kyle Lutz 2014-06-16 18:39:59 -07:00
  • bd79332cc0 Merge pull request #140 from roshanr95/uniform_int_distribution Kyle Lutz 2014-06-16 18:39:14 -07:00
  • c82bcfddd6 Merge pull request #138 from Mageswaran1989/merging-optical-flow-examples Kyle Lutz 2014-06-16 18:37:18 -07:00
  • f6c46f665f merged opencv optical examples with command line options Mageswaran 2014-06-13 11:43:11 +05:30
  • a0a7a85d0d Add discrete_distribution roshanr 2014-06-16 02:13:29 +05:30
  • 79063d4fb4 Add uniform_int_distribution roshanr 2014-06-15 02:28:59 +05:30
  • c1d867ba48 Use program_options for matrix_transpose example Kyle Lutz 2014-06-12 20:24:20 -07:00
  • 01eed2c702 Cleanup matrix_transpose example Kyle Lutz 2014-06-12 19:41:14 -07:00