Searched refs:combine (Results 1 – 12 of 12) sorted by relevance
| /oneTBB/test/conformance/ |
| H A D | conformance_combinable.cpp | 203 combine_sum += sums.combine(my_combine<T>); in RunParallelScalarTests() 204 combine_ref_sum += sums.combine(my_combine_ref<T>); in RunParallelScalarTests() 210 … CHECK_MESSAGE(sums_to_clear.combine(my_combine<T>) == 0, "Failed combinable::clear test"); in RunParallelScalarTests() 216 combine_finit_sum += finit_combinable.combine(my_combine<T>); in RunParallelScalarTests() 224 copy_construct_sum += copy_constructed.combine(my_combine<T>); in RunParallelScalarTests() 229 copy_assign_sum += assigned.combine(my_combine<T>); in RunParallelScalarTests() 233 move_construct_sum += moved1.combine(my_combine<T>); in RunParallelScalarTests() 238 move_assign_sum += moved2.combine(my_combine<T>); in RunParallelScalarTests() 360 …REQUIRE_MESSAGE(7 == copy1.combine(my_combine<T>), "Unexpected combine result for copy-constructed… in RunAssignmentAndCopyConstructorTest() 366 …REQUIRE_MESSAGE(7 == assign1.combine(my_combine<T>), "Unexpected combine result for copy-assigned … in RunAssignmentAndCopyConstructorTest() [all …]
|
| H A D | conformance_parallel_scan.cpp | 166 auto combine = &test_invoke::SmartValue::operator+; 168 test_pscan_invoke(desired_vector, change_vector, range, identity, scan, combine); 169 …test_pscan_invoke(desired_vector, change_vector, range, identity, scan, combine, oneapi::tbb::auto… 170 …test_pscan_invoke(desired_vector, change_vector, range, identity, scan, combine, oneapi::tbb::simp…
|
| H A D | conformance_enumerable_thread_specific.cpp | 553 test_helper<T>::sum(combine_sum, sums.combine(FunctionAdd<T>)); in run_parallel_scalar_tests() 554 test_helper<T>::sum(combine_ref_sum, sums.combine(FunctionAddByRef<T>)); in run_parallel_scalar_tests() 555 test_helper<T>::sum(static_sum, static_sums.combine(FunctionAdd<T>)); in run_parallel_scalar_tests() 997 ets2.combine(HasNoDefaultConstructorCombine()); in TestInstantiation() 1003 ets3.combine(HasNoDefaultConstructorCombine()); in TestInstantiation() 1233 int ets_combined = ets.combine([](int x, int y) { in __anonba7ca1840502()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | combinable.h | 52 T combine(CombineFunc f_combine) { return my_ets.combine(f_combine); } in combine() function
|
| H A D | enumerable_thread_specific.h | 1025 T combine(CombineFunc f_combine) {
|
| /oneTBB/examples/graph/cholesky/ |
| H A D | README.md | 10 …edges. There is one node per type of oneMKL call, plus `join_node`s that combine the inputs requir…
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Agglomeration.rst | 157 #. **A**\ gglomeration – combine tasks into larger tasks. His book
|
| H A D | Reduction.rst | 129 return sum.combine( []( const T& x, const T& y ) {return x+y;} );
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | parallel_reduce.rst | 36 accumulate subsums and combine them. Here is the definition of class
|
| H A D | Predefined_Node_Types.rst | 39 …create a tuple that is broadcast to all successors. The policy used to combine messages is sel…
|
| /oneTBB/test/tbb/ |
| H A D | test_task_arena.cpp | 1825 CHECK(ets.combine(std::plus<int>{}) <= int(utils::get_platform_max_threads()));
|
| /oneTBB/ |
| H A D | third-party-programs.txt | 296 …Notwithstanding any other provision of this License, you have permission to link or combine any co… 363 …When you use GCC to compile a program, GCC may combine portions of certain GCC header files and ru…
|