Home
last modified time | relevance | path

Searched refs:combine (Results 1 – 12 of 12) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_combinable.cpp203 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 Dconformance_parallel_scan.cpp166 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 Dconformance_enumerable_thread_specific.cpp553 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 Dcombinable.h52 T combine(CombineFunc f_combine) { return my_ets.combine(f_combine); } in combine() function
H A Denumerable_thread_specific.h1025 T combine(CombineFunc f_combine) {
/oneTBB/examples/graph/cholesky/
H A DREADME.md10 …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 DAgglomeration.rst157 #. **A**\ gglomeration – combine tasks into larger tasks. His book
H A DReduction.rst129 return sum.combine( []( const T& x, const T& y ) {return x+y;} );
/oneTBB/doc/main/tbb_userguide/
H A Dparallel_reduce.rst36 accumulate subsums and combine them. Here is the definition of class
H A DPredefined_Node_Types.rst39 …create a tuple that is broadcast to all successors. The policy used to combine messages is sel…
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp1825 CHECK(ets.combine(std::plus<int>{}) <= int(utils::get_platform_max_threads()));
/oneTBB/
H A Dthird-party-programs.txt296 …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…