Home
last modified time | relevance | path

Searched refs:merge_by_key (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/thrust/thrust-1.9.5/thrust/detail/
H A Dmerge.inl73 merge_by_key(const thrust::detail::execution_policy_base<DerivedPolicy> &exec, function
80 using thrust::system::detail::generic::merge_by_key;
81 …return merge_by_key(thrust::detail::derived_cast(thrust::detail::strip_const(exec)), keys_first1, …
82 } // end merge_by_key()
89 merge_by_key(const thrust::detail::execution_policy_base<DerivedPolicy> &exec, function
97 using thrust::system::detail::generic::merge_by_key;
99 } // end merge_by_key()
158 merge_by_key(InputIterator1 keys_first1, function
185 } // end merge_by_key()
195 merge_by_key(InputIterator1 keys_first1, function
[all …]
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dmerge_by_key.cu34 thrust::merge_by_key(a_key.begin(), a_key.end(), in TestMergeByKeySimple()
55 merge_by_key(my_system &system, in merge_by_key() function
74 thrust::merge_by_key(sys, in TestMergeByKeyDispatchExplicit()
96 merge_by_key(my_tag, in merge_by_key() function
114 thrust::merge_by_key(thrust::retag<my_tag>(vec.begin()), in TestMergeByKeyDispatchImplicit()
174 h_end = thrust::merge_by_key(h_a_keys.begin(), h_a_keys.end(), in TestMergeByKey()
183 d_end = thrust::merge_by_key(d_a_keys.begin(), d_a_keys.end(), in TestMergeByKey()
223 thrust::merge_by_key(h_a_keys.begin(), h_a_keys.end(), in TestMergeByKeyToDiscardIterator()
231 thrust::merge_by_key(d_a_keys.begin(), d_a_keys.end(), in TestMergeByKeyToDiscardIterator()
294 h_end = thrust::merge_by_key(h_a_keys.begin(), h_a_keys.end(), in TestMergeByKeyDescending()
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/
H A Dmerge.h399 merge_by_key(const thrust::detail::execution_policy_base<DerivedPolicy> &exec,
484 merge_by_key(InputIterator1 keys_first1, InputIterator1 keys_last1,
580 merge_by_key(const thrust::detail::execution_policy_base<DerivedPolicy> &exec,
666 merge_by_key(InputIterator1 keys_first1, InputIterator1 keys_last1,
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/generic/
H A Dmerge.inl80 merge_by_key(thrust::execution_policy<DerivedPolicy> &exec, function
109 } // end merge_by_key()
115 merge_by_key(thrust::execution_policy<DerivedPolicy> &exec, function
123 …return thrust::merge_by_key(exec, keys_first1, keys_last1, keys_first2, keys_last2, values_first1,…
124 } // end merge_by_key()
H A Dmerge.h65 merge_by_key(thrust::execution_policy<DerivedPolicy> &exec,
77 merge_by_key(thrust::execution_policy<DerivedPolicy> &exec,
/dports/devel/thrust/thrust-1.9.5/testing/backend/cuda/
H A Dmerge_by_key.cu26 …*result = thrust::merge_by_key(exec, keys_first1, keys_last1, keys_first2, keys_last2, values_firs… in merge_by_key_kernel()
117 thrust::merge_by_key(thrust::cuda::par.on(s), in TestMergeByKeyCudaStreams()
/dports/devel/taskflow/taskflow-3.2.0/taskflow/cuda/cuda_algorithm/
H A Dcuda_merge.hpp681 cudaTask cudaFlow::merge_by_key( in merge_by_key() function in tf::cudaFlow
688 cap.merge_by_key( in merge_by_key()
704 void cudaFlow::merge_by_key( in merge_by_key() function in tf::cudaFlow
712 cap.merge_by_key( in merge_by_key()
768 cudaTask cudaFlowCapturer::merge_by_key( in merge_by_key() function in tf::cudaFlowCapturer
798 void cudaFlowCapturer::merge_by_key( in merge_by_key() function in tf::cudaFlowCapturer
/dports/devel/taskflow/taskflow-3.2.0/doxygen/cudaflow_algorithms/
H A Dcudaflow_merge.dox42 tf::cudaFlow::merge_by_key performs key-value merge over two sorted ranges
64 cf.merge_by_key(
/dports/devel/thrust/thrust-1.9.5/testing/regression/
H A Dgh_911__merge_by_key_wrong_element_type_default_comparator.cu22 …thrust::merge_by_key(zip_it_A, zip_it_A + N, zip_it_B, zip_it_B + N, input_val_A1, input_val_B1, z… in main()
H A Dnvbug_1940974__merge_with_constant_iterator.cu23 …thrust::merge_by_key(thrust::make_zip_iterator(thrust::make_tuple(thrust::constant_iterator<int>(1… in main()
/dports/devel/thrust/thrust-1.9.5/thrust/system/tbb/detail/
H A Dmerge.h53 merge_by_key(execution_policy<ExecutionPolicy> &exec,
H A Dsort.inl210 thrust::merge_by_key(exec, first3, mid3, mid3, last3, first4, mid4, first1, first2, comp);
214 thrust::merge_by_key(exec, first1, mid1, mid1, last1, first2, mid2, first3, first4, comp);
H A Dmerge.inl209 thrust::merge_by_key(thrust::seq,
257 merge_by_key(execution_policy<DerivedPolicy> &exec, function
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/sequential/
H A Dmerge.h62 merge_by_key(sequential::execution_policy<DerivedPolicy> &exec,
H A Dmerge.inl85 merge_by_key(sequential::execution_policy<DerivedPolicy> &, function
H A Dstable_merge_sort.inl78 thrust::merge_by_key(exec,
186 thrust::merge_by_key(exec,
/dports/devel/thrust/thrust-1.9.5/examples/
H A Dsparse_vector.cu50 thrust::merge_by_key(A_index.begin(), A_index.end(), in sum_sparse_vectors()
/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/detail/
H A Dmerge.h942 merge_by_key(execution_policy<Derived> &policy,
970 ret = thrust::merge_by_key(cvt_to_seq(derived_cast(policy)),
993 merge_by_key(execution_policy<Derived> &policy,
1004 return cuda_cub::merge_by_key(policy,
/dports/devel/thrust/thrust-1.9.5/perf_test/
H A Dmerge.h76 thrust::merge_by_key(policy, keys1.begin(), keys1.end(), in operator()
/dports/devel/taskflow/taskflow-3.2.0/doxygen/releases/
H A Drelease-3.2.0.dox66 @li added tf::cudaFlow::merge_by_key
81 @li added tf::cudaFlowCapturer::merge_by_key
/dports/devel/taskflow/taskflow-3.2.0/taskflow/cuda/
H A Dcuda_capturer.hpp785 cudaTask merge_by_key(
803 void merge_by_key(
H A Dcuda_flow.hpp950 cudaTask merge_by_key(
969 void merge_by_key(
/dports/devel/thrust/thrust-1.9.5/thrust/system/omp/detail/
H A Dsort.inl84 thrust::merge_by_key(thrust::seq,
/dports/devel/thrust/thrust-1.9.5/
H A DCHANGELOG179 #911 Fix default comparator element type for `merge_by_key`.
219 …1940974 Fix regression causing a compilation error when using `merge_by_key` with `constant_iterat…
475 merge_by_key
500 The sparse_vector example is now implemented with merge_by_key instead of sort_by_key.
/dports/misc/py-xgboost/xgboost-1.5.1/src/common/
H A Dquantile.cu147 thrust::merge_by_key( in MergePath()

12