Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Update merge-path reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Aug 18, 2021
1 parent 89f587c commit d89ef44
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cub/block/block_merge_sort.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@
CUB_NAMESPACE_BEGIN


// Implementation of the MergePath algorithm, as described in:
// Odeh et al, "Merge Path - Parallel Merging Made Simple"
// doi:10.1109/IPDPSW.2012.202
// Additional details of the Merge-Path Algorithm can be found in:
// S. Odeh, O. Green, Z. Mwassi, O. Shmueli, Y. Birk, " Merge Path - Parallel
// Merging Made Simple", Multithreaded Architectures and Applications (MTAAP)
// Workshop, IEEE 26th International Parallel & Distributed Processing
// Symposium (IPDPS), 2012
template <typename KeyT,
typename KeyIteratorT,
typename OffsetT,
Expand Down

0 comments on commit d89ef44

Please sign in to comment.