compute/test
Jakub Szuppe 590c814bbe
Fix: unsigned long is not fundamental type on Win64
On Windows 64 unsigned long has 4 bytes like unsigned int, but it does not
seem to be a simple alias for unsigned int. Because of that unsigned long is
not OpenCL fundamental type.
2019-02-11 09:13:06 +01:00
..
check Check opencl availability on test. 2017-02-01 23:38:16 +09:00
data Added copyright notice to new files 2017-11-28 20:45:54 +01:00
extra Fix test_kernel.cpp 2018-12-29 10:51:22 +01:00
check_macros.hpp Add macro for checking collections of real numbers 2016-09-24 21:35:29 +02:00
CMakeLists.txt Fix test_kernel.cpp 2018-12-29 10:51:22 +01:00
context_setup.hpp Add missing Boost license info and copyrights 2015-07-18 14:01:29 +02:00
Jamfile.v2 Use 'obj' rule instead of 'compile' in opencl availability test. 2017-03-30 00:17:28 +02:00
opencl_version_check.hpp Add clone() to kernel class 2017-05-12 21:38:24 +02:00
quirks.hpp Update test to support POCL 2017-11-28 20:48:04 +01:00
test_accumulate.cpp Fix overlooked violation of the Boost min/max guidelines 2015-08-01 13:24:00 +02:00
test_adjacent_difference.cpp More tests for adjacent difference 2016-07-09 14:11:01 +02:00
test_adjacent_find.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_amd_cpp_kernel_language.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_any_all_none_of.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_array.cpp Change various tests to work with non-default context 2016-07-16 20:30:28 +02:00
test_async_wait_guard.cpp Remove a race condition from test 2017-03-17 21:41:55 +01:00
test_async_wait.cpp Update Boost macros, macros style unification 2015-07-18 16:12:24 +02:00
test_bernoulli_distribution.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_binary_search.cpp Fix test for binary_search, lower_bound and upper_bound 2015-09-19 19:11:14 +02:00
test_buffer_allocator.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_buffer_iterator.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_buffer.cpp Adjust .travis.yml to Travis CI changes 2018-02-27 15:58:38 +01:00
test_clamp_range.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_closure.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_command_queue.cpp Add clSetDefaultDeviceCommandQueue wrapper 2017-06-04 14:46:05 +02:00
test_complex.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_constant_iterator.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_context_error.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_context.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_copy_if.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_copy_type_mismatch.cpp Use BOOST_COMPUTE_CL_VERSION_X_Y in tests 2017-04-23 20:11:10 +02:00
test_copy.cpp Use BOOST_COMPUTE_CL_VERSION_X_Y in tests 2017-04-23 20:11:10 +02:00
test_count.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_counting_iterator.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_device.cpp Fix device var access in tests macro calls 2018-05-08 14:55:41 +05:30
test_discard_iterator.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_discrete_distribution.cpp Now discrete_distribution generates IntType values 2016-05-11 08:30:46 +02:00
test_dynamic_bitset.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_equal_range.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_equal.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_event.cpp add future::then() method 2018-03-04 16:56:03 +05:30
test_extents.cpp Fix #484 2017-04-08 18:19:43 +02:00
test_extrema.cpp Fix minmax_element() and add test for it 2016-08-23 21:27:32 +02:00
test_fill.cpp Use BOOST_COMPUTE_CL_VERSION_X_Y in tests 2017-04-23 20:11:10 +02:00
test_find_end.cpp Fix test_find_end test 2016-04-24 21:46:07 +02:00
test_find.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_flat_map.cpp Misc fixes 2016-03-09 18:56:17 +01:00
test_flat_set.cpp Fix test_flat_set.cpp test 2017-04-26 11:22:44 +02:00
test_for_each.cpp Fix test_for_each.cpp 2017-05-09 19:10:36 +02:00
test_function_input_iterator.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_function.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_functional_as.cpp Fix test in test_functional_as.cpp 2016-05-24 21:37:29 +02:00
test_functional_bind.cpp Misc fixes 2016-03-09 18:56:17 +01:00
test_functional_convert.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_functional_get.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_functional_hash.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_functional_identity.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_functional_popcount.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_functional_unpack.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_gather.cpp Fix gather algorithm 2016-08-22 18:55:20 +02:00
test_generate.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_image1d.cpp Use BOOST_COMPUTE_CL_VERSION_X_Y in tests 2017-04-23 20:11:10 +02:00
test_image2d.cpp Use BOOST_COMPUTE_CL_VERSION_X_Y in tests 2017-04-23 20:11:10 +02:00
test_image3d.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_image_sampler.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_includes.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_inner_product.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_inplace_merge.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_inplace_reduce.cpp Add missing include for std::cerr (on macOS) 2016-07-10 18:38:23 +02:00
test_insertion_sort.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_invoke.cpp Add invoke() utility function 2015-08-19 08:18:15 -07:00
test_iota.cpp Fix counting_iterator with unsigned types 2016-01-18 20:53:41 -08:00
test_is_permutation.cpp Fix test_is_permutation.cpp test 2017-04-26 11:22:44 +02:00
test_is_sorted.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_kernel.cpp Fix: unsigned long is not fundamental type on Win64 2019-02-11 09:13:06 +01:00
test_lambda.cpp Merge pull request #694 from haahh/pr_vs_fixes 2017-03-20 20:11:12 -07:00
test_lexicographical_compare.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_linear_congruential_engine.cpp add linear_congruential rng copy ctor and assign op test 2015-12-29 00:50:11 +09:00
test_literal_conversion.cpp Work around libc++ bug 17782 2016-05-03 10:21:02 -04:00
test_local_buffer.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_malloc.cpp Change various tests to work with non-default context 2016-07-16 20:30:28 +02:00
test_mapped_view.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_merge_sort_gpu.cpp Add missing include for std::cerr (on macOS) 2016-07-10 18:38:23 +02:00
test_merge.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_mersenne_twister_engine.cpp remove bad tab 2015-12-28 00:13:53 +09:00
test_mismatch.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_next_permutation.cpp Convert tabs to spaces 2015-07-16 21:18:12 +02:00
test_no_device_found.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_normal_distribution.cpp Add test for mean and variance of normal_distribution 2016-04-22 18:51:43 -04:00
test_nth_element.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_opencl_error.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_pair.cpp Fix test_pair.cpp test 2017-04-26 11:22:44 +02:00
test_partial_sum.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_partition_point.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_partition.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_permutation_iterator.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_pinned_allocator.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_pipe.cpp Use BOOST_COMPUTE_CL_VERSION_X_Y in tests 2017-04-23 20:11:10 +02:00
test_platform.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_prev_permutation.cpp Convert tabs to spaces 2015-07-16 21:18:12 +02:00
test_program_cache.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_program.cpp Add 2 more missing runtime check for 2.1 2017-11-28 20:48:05 +01:00
test_radix_sort_by_key.cpp Add missing include for std::cerr (on macOS) 2016-07-10 18:38:23 +02:00
test_radix_sort.cpp Add missing include for std::cerr (on macOS) 2016-07-10 18:38:23 +02:00
test_random_fill.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_random_shuffle.cpp Fix test_random_shuffle.cpp test 2017-04-26 11:22:44 +02:00
test_reduce_by_key.cpp Misc fixes 2016-03-09 18:56:17 +01:00
test_reduce.cpp Add buffer memory leak test case 2018-05-12 12:29:44 +02:00
test_remove.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_replace.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_result_of.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_reverse.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_rotate_copy.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_rotate.cpp Change various tests to work with non-default context 2016-07-16 20:30:28 +02:00
test_scan.cpp Add more tests for scan 2016-07-25 22:37:17 +02:00
test_scatter_if.cpp Change various tests to work with non-default context 2016-07-16 20:30:28 +02:00
test_scatter.cpp Change various tests to work with non-default context 2016-07-16 20:30:28 +02:00
test_search_n.cpp Fix for search and search_n algorithm 2015-09-12 19:29:16 +02:00
test_search.cpp Fix for search and search_n algorithm 2015-09-12 19:29:16 +02:00
test_set_difference.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_set_intersection.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_set_symmetric_difference.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_set_union.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_sort_by_key.cpp Test sort_by_key with custom struct values 2017-04-02 17:18:04 +02:00
test_sort_by_transform.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_sort.cpp reproduce the issue as appeared in #774. the issue arises when there's equal keys (values that are compared against) in the array 2018-12-19 20:48:45 +08:00
test_stable_partition.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_stable_sort_by_key.cpp Add tests for stable comp. sort and sort-by-key 2016-06-22 17:06:12 +02:00
test_stable_sort.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_stack.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_strided_iterator.cpp Fix strided_iterator's iterator_category 2017-09-10 23:24:55 +02:00
test_string.cpp Change various tests to work with non-default context 2016-07-16 20:30:28 +02:00
test_struct.cpp Add array support to BOOST_COMPUTE_ADAPT_STRUCT() 2015-09-19 18:28:17 -05:00
test_svm_ptr.cpp Add wrapper for clEnqueueSVMMigrateMem() 2017-06-11 08:19:35 +02:00
test_system.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_tabulate.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_threefry_engine.cpp Fix Threefry RNG 2017-10-12 22:14:26 +02:00
test_transform_if.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_transform_iterator.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_transform_reduce.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_transform.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_tuple.cpp Merge pull request #480 from haahh/pr_boost_inspection 2015-07-18 11:01:57 -07:00
test_type_traits.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_types.cpp Added accessors to vector types 2019-02-10 11:45:40 +01:00
test_uniform_int_distribution.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_uniform_real_distribution.cpp Add test for values generated by uniform real dist 2016-04-25 19:46:09 +02:00
test_unique_copy.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_unique.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_unsupported_extension.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_user_defined_types.cpp Add missing queue and context parameters in tests 2015-07-02 22:20:42 +02:00
test_user_event.cpp Use BOOST_COMPUTE_CL_VERSION_X_Y in tests 2017-04-23 20:11:10 +02:00
test_valarray.cpp Update GitHub links 2015-05-17 20:32:09 -07:00
test_vector.cpp Implement vector::shrink_to_fit() 2017-06-17 17:44:26 +02:00
test_wait_list.cpp Add initializer list constructor to wait_list 2016-04-17 02:59:51 -05:00
test_zip_iterator.cpp Merge pull request #512 from boostorg/zip-constant-iterator 2015-09-20 16:54:28 -07:00