@@ -412,7 +412,6 @@ pub unsafe fn warp_vote_ballot(mask: u32, predicate: bool) -> u32 {
412
412
///
413
413
/// # Arguments
414
414
///
415
- /// - `mode` dictates how to calculate the target lane that will be used as the source of this thread's returned value.
416
415
/// - `mask` dictates what threads will participate in the shuffle, usually [`u32::MAX`] to indicate all threads.
417
416
/// - `value` is the value that will be shuffled across the threads. i.e. the value that will be given to the thread
418
417
/// that calculates this thread as its target lane.
@@ -455,7 +454,6 @@ pub unsafe fn warp_shuffle_down<T: WarpShuffleValue>(
455
454
///
456
455
/// # Arguments
457
456
///
458
- /// - `mode` dictates how to calculate the target lane that will be used as the source of this thread's returned value.
459
457
/// - `mask` dictates what threads will participate in the shuffle, usually [`u32::MAX`] to indicate all threads.
460
458
/// - `value` is the value that will be shuffled across the threads. i.e. the value that will be given to the thread
461
459
/// that calculates this thread as its target lane.
@@ -498,7 +496,6 @@ pub unsafe fn warp_shuffle_up<T: WarpShuffleValue>(
498
496
///
499
497
/// # Arguments
500
498
///
501
- /// - `mode` dictates how to calculate the target lane that will be used as the source of this thread's returned value.
502
499
/// - `mask` dictates what threads will participate in the shuffle, usually [`u32::MAX`] to indicate all threads.
503
500
/// - `value` is the value that will be shuffled across the threads. i.e. the value that will be given to the thread
504
501
/// that calculates this thread as its target lane.
@@ -541,7 +538,6 @@ pub unsafe fn warp_shuffle_idx<T: WarpShuffleValue>(
541
538
///
542
539
/// # Arguments
543
540
///
544
- /// - `mode` dictates how to calculate the target lane that will be used as the source of this thread's returned value.
545
541
/// - `mask` dictates what threads will participate in the shuffle, usually [`u32::MAX`] to indicate all threads.
546
542
/// - `value` is the value that will be shuffled across the threads. i.e. the value that will be given to the thread
547
543
/// that calculates this thread as its target lane.
0 commit comments