From d89ef44e6e14ef1f769fa81fff54b826a5d92465 Mon Sep 17 00:00:00 2001 From: Georgy Evtushenko Date: Wed, 18 Aug 2021 15:42:06 +0300 Subject: [PATCH] Update merge-path reference --- cub/block/block_merge_sort.cuh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cub/block/block_merge_sort.cuh b/cub/block/block_merge_sort.cuh index 982067291f..b9c13b8dc3 100644 --- a/cub/block/block_merge_sort.cuh +++ b/cub/block/block_merge_sort.cuh @@ -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