Commit Graph

1404 Commits

Author SHA1 Message Date
Jakub Szuppe
60a588955f Merge pull request #711 from haahh/pr_update_travis
Update Travis CI script
2017-04-23 20:08:33 +02:00
Jakub Szuppe
debbd92074 Fix Monte Carlo test for CI 2017-04-23 17:40:37 +02:00
Jakub Szuppe
9e48400ffe Enable C++11 in build for Coveralls 2017-04-23 17:40:37 +02:00
Jakub Szuppe
3875afe8c1 Use Boost 1.64 in Travis CI build 2017-04-23 17:40:37 +02:00
Denis Demidov
a7aa6cb564 Optionally enforce device selected with BOOST_COMPUTE_DEFAULT variables
See #692
2017-04-21 13:23:39 +03:00
Jakub Szuppe
2e790df587 Merge pull request #706 from haahh/pr_fix_valarray
Fix valarray copy ctor
2017-04-20 16:45:46 +02:00
Jakub Szuppe
dadfc113bd Fix bc::valarray copy ctor 2017-04-18 21:03:20 +02:00
Kyle Lutz
141c034ae6 Merge pull request #705 from haahh/pr_fix_badges
Fix badges in README.md
2017-04-15 10:51:33 -07:00
Jakub Szuppe
e29e9fabe2 Fix badges in README.md 2017-04-15 19:36:13 +02:00
Kyle Lutz
6de7f64487 Merge pull request #704 from huanzhang12/develop
use _WIN32 instead of WIN32
2017-04-12 21:40:12 -07:00
Huan Zhang
11c5e4af5c use _WIN32 instead of WIN32 2017-04-12 16:28:57 -07:00
Jakub Szuppe
139b947c34 Merge pull request #703 from haahh/pr_fix_tests_no_initializer_list
Fix for #484
2017-04-09 20:02:10 +02:00
Jakub Szuppe
a845026280 Merge pull request #702 from haahh/pr_fix_sort_by_key_bug
Fixes bug #688
2017-04-09 20:01:52 +02:00
Jakub Szuppe
f06aed04c6 Fix #484
Some tests should not be run if macro
BOOST_COMPUTE_NO_HDR_INITIALIZER_LIST is defined.
2017-04-08 18:19:43 +02:00
Jakub Szuppe
4b080c1b6c Fixes bug #688 2017-04-07 19:38:25 +02:00
Kyle Lutz
dcc9178e8d Merge pull request #701 from haahh/pr_sort_by_key_custom_struct2
radix sort by key with custom value type, fixes #162
2017-04-02 22:20:04 -07:00
Jakub Szuppe
c21f705a2a Test sort_by_key with custom struct values 2017-04-02 17:18:04 +02:00
Jakub Szuppe
a0c0602536 Fixes #162 2017-04-02 17:18:04 +02:00
koosha94
12af5a850a This fix #570 2017-04-01 13:41:15 +02:00
Jakub Szuppe
e794833a7b Merge pull request #700 from awulkiew/patch-1
Use 'obj' rule instead of 'compile' in opencl availability test.
2017-03-30 09:16:28 +02:00
Adam Wulkiewicz
f68111457d Use 'obj' rule instead of 'compile' in opencl availability test.
The use of 'compile' rule interferes with --dump-tests option of b2 and prevents correct running of tests in some of the other Boost libraries.
2017-03-30 00:17:28 +02:00
Jakub Szuppe
6f9e6cf650 Merge pull request #658 from Slonegg/compile_program_with_headers
added headers to program::compile
2017-03-29 21:31:21 +02:00
Kyle Lutz
a76d6a97d7 Merge pull request #696 from haahh/pr_amd_svm_fixed_on_win
AMD SVM bug was fixed on Windows
2017-03-27 19:18:40 -07:00
Kyle Lutz
36dbde6054 Merge pull request #698 from dPavelDev/develop
Add compute::program::create_with_source_file with more than one file.
2017-03-27 19:13:13 -07:00
dPavelDev
5cd00f5423 Add compute::program::create_with_source_file with more than one file. 2017-03-27 22:41:29 +03:00
Jakub Szuppe
1380a04582 Merge pull request #677 from kenba/master
Check platform extension for issue #676
2017-03-25 13:58:29 +01:00
Jakub Szuppe
d8937a80bf Merge pull request #697 from huanzhang12/develop
fix SHA1 hash in build_with_source()
2017-03-25 12:32:07 +01:00
Huan Zhang
1a7eeedf30 fix SHA1 hash in build_with_source() 2017-03-24 14:35:04 -07:00
Jakub Szuppe
587720e221 AMD SVM bug fixed on Win 2017-03-22 18:48:16 +01:00
Kyle Lutz
d8beaaf227 Merge pull request #694 from haahh/pr_vs_fixes
Various fixes for Visual Studio
2017-03-20 20:11:12 -07:00
Kyle Lutz
e370e6acae Merge pull request #693 from haahh/pr_fix
Various fixes
2017-03-20 20:07:52 -07:00
Kyle Lutz
d2132e4ce5 Merge pull request #689 from Flast/check-opencl-availability
Check opencl availability on test.
2017-03-20 20:01:32 -07:00
Jakub Szuppe
2d604e7656 Fix: isinf is ambiguous in VS2015 2017-03-18 15:22:22 +01:00
Jakub Szuppe
ee7591b930 Fix: snprintf is in VS only since VS2015 2017-03-18 15:19:57 +01:00
Jakub Szuppe
d0f3e50a32 Fix issue #683
Make sure variable type is kept when
stringifying its value in bc::lambda.
2017-03-17 21:44:00 +01:00
Jakub Szuppe
50bf39c300 Remove a race condition from test
Event can be complete before wait_guard.
2017-03-17 21:41:55 +01:00
Jakub Szuppe
cb9fd9dfb5 Fix destructor_callback test
It must be thread-safe.
2017-03-16 22:25:29 +01:00
Kohei Takahashi
1da7245d0f Check opencl availability on test. 2017-02-01 23:38:16 +09:00
Ken Barker
e2f998bec6 Check platform extension for issue #676 2016-12-20 19:02:45 +00:00
Kyle Lutz
cc30762666 Merge pull request #675 from Ravi0li/patch-1
delete convert_T()
2016-12-05 20:24:42 -08:00
Kyle Lutz
bd2f3ffb23 Merge pull request #672 from haahh/pr_fix_merge_sort_gpu
Fix merge_sort_on_gpu()
2016-12-05 20:23:58 -08:00
Kyle Lutz
c1463ccb60 Merge pull request #670 from boostorg/no-boost-chrono-config
Add BOOST_COMPUTE_NO_BOOST_CHRONO configuration macro
2016-12-05 20:23:49 -08:00
Ravi0li
1a0c8d5a71 delete convert_T()
fix #674
2016-12-05 15:51:26 +01:00
Jakub Szuppe
760eda4e01 Fix merge_sort_on_gpu() 2016-12-02 20:13:05 +01:00
Kyle Lutz
47f2b8fde8 Add BOOST_COMPUTE_NO_BOOST_CHRONO configuration macro
This adds a "BOOST_COMPUTE_NO_BOOST_CHRONO" which disables
including/using Boost.Chrono from Boost.Compute.
2016-11-30 22:36:29 -08:00
Kyle Lutz
e2bca3a14a Merge pull request #666 from haahh/pr_fix_iterators_index_expr
Fix buffer_iterator_index_expr
2016-11-08 22:00:00 -08:00
Kyle Lutz
30d02534d9 Merge pull request #667 from keryell/ronan/2.0-queue-properties
Add OpenCL 2.0 command queue properties
2016-11-07 20:10:57 -08:00
Ronan Keryell
3be6b4e96c Add OpenCL 2.0 command queue properties 2016-11-07 20:50:35 +00:00
Kyle Lutz
a94c75df9f Merge pull request #660 from haahh/pr_lambda_funcs
Add missing lambda wrappers for builtin OpenCL funcs
2016-10-18 21:10:01 -07:00
Kyle Lutz
1360b882f8 Merge pull request #657 from Slonegg/check_flush_and_finish
check result of flush and finish
2016-10-18 21:08:42 -07:00