cub::MergePathSearch
Defined in cub/thread/thread_search.cuh
-
template<typename AIteratorT, typename BIteratorT, typename OffsetT, typename CoordinateT>
void cub::MergePathSearch(OffsetT diagonal, AIteratorT a, BIteratorT b, OffsetT a_len, OffsetT b_len, CoordinateT &path_coordinate) Computes the begin offsets into A and B for the specific diagonal.