Skip to content

Commit

Permalink
Fix docs separator pitfall
Browse files Browse the repository at this point in the history
  • Loading branch information
gonidelis committed May 17, 2024
1 parent 129ef1b commit 0ca0b3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cub/cub/warp/warp_scan.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,10 @@ public:
ExclusiveScan(input, exclusive_output, initial_value, cub::Sum(), warp_aggregate);
}

//! @} end member group
//! @name Inclusive prefix scans
//! @{

//! @rst
//! Computes an inclusive prefix scan using the specified binary scan functor across the
//! calling warp.
Expand Down

0 comments on commit 0ca0b3c

Please sign in to comment.