Commit Graph

  • 7252fe0407 Fix FAQ section regarding differences with existing libraries Denis Demidov 2016-03-04 06:34:59 +0300
  • 83e53e7db1 Merge pull request #560 from danieljames/develop Kyle Lutz 2016-03-01 16:37:03 -0800
  • 63fc69352b Configure documentation to use boost paths. Daniel James 2016-03-01 20:27:13 +0000
  • bea393d7b0 Merge pull request #555 from haahh/update-travis-ci-pocl Kyle Lutz 2016-02-28 10:20:17 -0800
  • 94ad91ded3 Add AMD APP SDK Travis CI builds Jakub Szuppe 2016-02-27 15:08:42 +0100
  • 4bc8a13b46 clLinkProgram and clCompileProgram unimplemented in POCL Jakub Szuppe 2016-02-25 16:03:03 +0100
  • 9db2e6d307 Add POCL builds Jakub Szuppe 2016-02-11 20:30:46 +0100
  • d1a313f170 Merge pull request #556 from haahh/misc-fixes Kyle Lutz 2016-02-17 11:38:41 -1000
  • 11d445a1f5 POCL does not support clSetMemObjectDestructorCallback Jakub Szuppe 2016-02-16 21:26:30 +0100
  • c7b87432cb Fix valarray operators Jakub Szuppe 2016-02-16 21:25:06 +0100
  • 8e3a57626b Add missing includes Jakub Szuppe 2016-02-11 19:07:59 +0100
  • c2cac3b3a3 Merge pull request #554 from haahh/update-travis-ci Kyle Lutz 2016-02-09 08:18:26 -1000
  • e85f4ba826 Add missing include in perf_fill.cpp Jakub Szuppe 2016-02-08 20:45:49 +0100
  • 247b89c8c3 Update Travis CI config Jakub Szuppe 2016-02-08 16:55:23 +0100
  • 5e4699ad5c Merge pull request #553 from boostorg/fix-missing-forward-declaration Kyle Lutz 2016-02-02 20:49:17 -0800
  • ff0b5ad69e Add missing forward declaration to image3d.hpp Kyle Lutz 2016-02-02 20:45:10 -0800
  • 5acd1759a4 Merge pull request #552 from boostorg/fix-iota Kyle Lutz 2016-01-23 12:40:50 -0800
  • 9f1766dd17 Fix counting_iterator with unsigned types Kyle Lutz 2016-01-18 20:53:41 -0800
  • 3466881454 Merge pull request #548 from haahh/timberosx_fixes Kyle Lutz 2016-01-13 10:56:58 -0800
  • 6b34c63fb8 Fix kernels in reduce_by_key_with_scane.hpp Jakub Szuppe 2016-01-07 20:48:12 +0100
  • 6396530a2b Fix comparison between signed and unsigned integer Jakub Szuppe 2016-01-07 19:34:47 +0100
  • a6f258cf09 Fix find_extrema_reduce kernel in find_extrema_with_reduce.hpp Jakub Szuppe 2016-01-07 19:17:36 +0100
  • d142a36e98 Fix unsigned integer type to uint_ Jakub Szuppe 2016-01-07 17:46:31 +0100
  • a2a5850948 Merge pull request #547 from Flast/fix-tests Kyle Lutz 2016-01-05 20:52:07 -0800
  • 2dc156d964 Fix missing includes. Kohei Takahashi 2016-01-05 09:47:40 +0900
  • 6f29b3c4f9 Merge pull request #546 from okdshin/mt_rng_copy_ctor_spike Kyle Lutz 2015-12-28 17:03:39 -0800
  • 767c5beba8 Merge pull request #545 from okdshin/fix_linear_congruential_rng_copy Kyle Lutz 2015-12-28 12:28:58 -0800
  • 5c467c9850 modify linear_congruential rng to copy its all states okdshin 2015-12-29 00:51:14 +0900
  • d869d839b1 add linear_congruential rng copy ctor and assign op test okdshin 2015-12-29 00:50:11 +0900
  • 9e0fabe4ae remove bad tab okdshin 2015-12-28 00:13:53 +0900
  • 77352a586b Merge pull request #544 from okdshin/mt_rng_copy_ctor_spike Kyle Lutz 2015-12-26 15:13:59 -0800
  • babfbafad6 Modify mersenne_twister_engine to copy its states. okdshin 2015-12-27 04:24:55 +0900
  • 301c541824 Release v0.5 Kyle Lutz 2015-12-20 18:34:14 -0800
  • 0d846daad9 Merge pull request #542 from haahh/count_fix_rngs Kyle Lutz 2015-12-19 09:05:44 -0800
  • 39fa3634e1 Fix seed method call in linear_congruential_engine.hpp Jakub Szuppe 2015-12-18 21:37:52 +0100
  • d2d62f9973 Fix incorrect count (global work size) update in generate methods Jakub Szuppe 2015-12-18 21:19:50 +0100
  • 45fd97b764 Merge pull request #540 from haahh/fixes_boost160_inspection_report Kyle Lutz 2015-12-06 10:51:35 -0800
  • 1f4088200d Minor fixes related to Boost Inspection Report (1.60 develop) Jakub Szuppe 2015-12-06 18:35:29 +0100
  • 17db2a5174 Merge pull request #539 from boostorg/create-program-with-sources Kyle Lutz 2015-12-05 14:44:49 -0800
  • cb863b91a6 Add program::create_with_source() with vector of strings Kyle Lutz 2015-12-03 23:49:52 -0800
  • c983cc3a48 Merge pull request #535 from olivas/create_with_source_file Kyle Lutz 2015-11-19 19:39:58 -0800
  • aa85b207d3 tested the wrong function. Alex Olivas 2015-11-18 18:04:24 -0700
  • 0a2d7fa0e1 if the ifstream can't be created in program::create_with_source_file then it throws std::ios_base::failure. Alex Olivas 2015-11-18 16:27:19 -0700
  • 0d172afaf8 Merge pull request #533 from haahh/minor_fixes Kyle Lutz 2015-11-05 18:53:42 -0800
  • 6be8228a74 Fix integer type to uint_ (cl_uint) Jakub Szuppe 2015-11-05 18:23:00 +0100
  • e97f70cdac CL_MAP_WRITE_INVALIDATE_REGION is available since OpenCL 1.2 Jakub Szuppe 2015-11-05 18:15:39 +0100
  • e7a0db49c9 Merge pull request #529 from haahh/fix_opencl2_tests Kyle Lutz 2015-10-29 21:31:46 -0700
  • fb03f87942 Add more tests for enqueue_svm_memcpy() method Jakub Szuppe 2015-10-29 12:44:06 +0100
  • 972a1a26e8 Skipping copy_svm_ptr test case on AMD devices Jakub Szuppe 2015-10-29 12:31:30 +0100
  • acf83372db Fix OpenCL2.0 test cases in test_fill and test_svm_ptr Jakub Szuppe 2015-10-24 20:14:14 +0200
  • f249741bf8 Merge pull request #522 from haahh/pr_find_extrema_first_extremum Kyle Lutz 2015-10-23 00:19:54 -0700
  • 8099e07f40 Fix find_extrema_with_atomics Jakub Szuppe 2015-10-03 16:07:18 +0200
  • 2d972fe2a4 Fix find_extrema_with_reduce Jakub Szuppe 2015-09-24 20:29:25 +0200
  • 34b218f805 Merge pull request #527 from boostorg/fix-test-link-error Kyle Lutz 2015-10-19 20:19:10 -0700
  • aed377d6d8 Fix Boost.Test link error in test/Jamfile.v2 Kyle Lutz 2015-10-19 20:00:46 -0700
  • e855b6b6d7 Merge pull request #526 from boostorg/remove-jamroot Kyle Lutz 2015-10-18 10:26:43 -0700
  • 6b4d53e7a3 Remove Jamroot file Kyle Lutz 2015-10-18 10:27:07 -0700
  • 781cf302cb Merge pull request #525 from haahh/pr_vector_custom_alloc Kyle Lutz 2015-10-10 09:16:11 -0700
  • bc83a43045 Merge pull request #521 from boostorg/fix-test-fill Kyle Lutz 2015-10-10 07:58:59 -0700
  • afd09bcd7d Fix vector when used with custom allocator Jakub Szuppe 2015-10-05 13:27:18 +0200
  • 5e2598bfdd Add more test for vector with custom allocator Jakub Szuppe 2015-10-05 13:25:25 +0200
  • 01af4136da Add test for vector move ctor when custom allocator is used Jakub Szuppe 2015-10-05 13:04:42 +0200
  • e357a6a338 Test if min/max_element algorithms return the first min/max in given range Jakub Szuppe 2015-08-18 21:26:34 +0200
  • dba4da7dcd Skip fill() tests with double if not supported by device Kyle Lutz 2015-10-01 22:49:13 -0700
  • 0b4509afea Merge pull request #520 from jpola/scatter_if Kyle Lutz 2015-10-01 20:40:39 -0700
  • e5050cbbe9 fix for initialization of output vector Jakub Pola 2015-09-29 09:27:50 +0200
  • 2c9d77413f Merge pull request #519 from haahh/pr_ocl_runtime_check_in_tests Kyle Lutz 2015-09-28 19:52:10 -0700
  • e27e5ee72b Merge pull request #518 from boostorg/event-wait-const Kyle Lutz 2015-09-28 19:50:29 -0700
  • b2e2bdfb0d Merge pull request #510 from haahh/dev_events_for_queue_enqueue_methods Kyle Lutz 2015-09-28 19:50:10 -0700
  • c6c7f4a679 Copyrights fixes Jakub Pola 2015-09-28 21:16:31 +0200
  • f25b47d6f3 scatter if operation Jakub Pola 2015-09-28 17:17:10 +0200
  • 1b059f8100 Runtime OpenCL version check in tests Jakub Szuppe 2015-09-24 15:08:52 +0200
  • 586f815e48 Remove extra semicolon in perf_bolt_saxpy.cpp Jakub Szuppe 2015-09-24 15:03:48 +0200
  • a56ae5687f Make wait_list::wait() const Kyle Lutz 2015-09-23 21:39:47 -0700
  • c248dadbca Make event::wait() const Kyle Lutz 2015-09-23 21:39:02 -0700
  • c75f5dc858 Merge pull request #516 from boostorg/adapt-struct-array Kyle Lutz 2015-09-20 16:58:55 -0700
  • 44b0decb1f Merge pull request #514 from haahh/pr_fix_binary_find Kyle Lutz 2015-09-20 16:58:05 -0700
  • 346a11a6c0 Merge pull request #512 from boostorg/zip-constant-iterator Kyle Lutz 2015-09-20 16:54:28 -0700
  • 68155f7597 Add array support to BOOST_COMPUTE_ADAPT_STRUCT() Kyle Lutz 2015-09-19 18:54:51 -0400
  • 36418e4cf8 Remove redundant kernel compilation from binary_find Jakub Szuppe 2015-09-19 17:00:34 +0200
  • 10583d3868 Fix binary_find algorithm Jakub Szuppe 2015-09-19 18:00:23 +0200
  • ff51c44434 Fix test for binary_search, lower_bound and upper_bound Jakub Szuppe 2015-09-19 17:53:08 +0200
  • 70bdf310d3 Add test for zip_iterator with constant_iterator Kyle Lutz 2015-09-15 12:56:11 -0500
  • f04b1aabde Merge pull request #511 from haahh/pr_fix_search_search_n Kyle Lutz 2015-09-15 12:41:10 -0500
  • 0e51ad4ad8 Fix for search and search_n algorithm Jakub Szuppe 2015-09-12 19:29:16 +0200
  • 55a7f874a6 Add missing enqueue_map_image method in command queue Jakub Szuppe 2015-08-16 15:29:07 +0200
  • 88beaa0502 Add asynchronous versions of a few methods in command_queue class Jakub Szuppe 2015-09-12 15:14:28 +0200
  • 5c99e3f7f3 enqueue_map_buffer returns associated event through parameter Jakub Szuppe 2015-09-12 15:21:49 +0200
  • 75d32254b1 Merge pull request #509 from haahh/pr_algorithm_reduce_by_key Kyle Lutz 2015-09-11 19:17:52 -0700
  • bf67a6ef38 Merge pull request #508 from pisto/develop Kyle Lutz 2015-09-11 19:17:34 -0700
  • 1566a79a4e Add reduce by key algorithm to algorithm.hpp meta-header Jakub Szuppe 2015-09-11 21:51:01 +0200
  • 9211260bcc fix a few instances where the device type is not used as a bit mask Lorenzo Pistone 2015-09-08 18:29:45 +0200
  • 239f4a247c Merge pull request #498 from boostorg/invoke Kyle Lutz 2015-09-01 21:49:54 -0700
  • 5ac31a7f5f Merge pull request #496 from haahh/pr_enqueue_methods_return_events Kyle Lutz 2015-09-01 21:49:23 -0700
  • c882466dbd enqueue_* methods in command_queue class now return event object Jakub Szuppe 2015-08-15 20:00:54 +0200
  • cf5e40ee26 Merge pull request #497 from haahh/pr_find_extrema_supports_custom_comparision Kyle Lutz 2015-08-19 20:24:04 -0700
  • ef109b75d5 Add invoke() utility function Kyle Lutz 2015-08-19 07:56:16 -0700
  • e6b20e6af7 Rename find_extrema_reduce() to find_extrema_with_reduce() Jakub Szuppe 2015-08-19 12:12:04 +0200
  • a50dae747d Support for custom comparision function in find_extrema() and min/max_element() Jakub Szuppe 2015-08-19 12:11:57 +0200
  • 11709434eb Fix perf_max_element benchmark Jakub Szuppe 2015-08-18 16:13:02 +0200