Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cub/cub/device/device_topk.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ struct DeviceTopK
//! +++++++++++++++++++++++++++++++++++++++++++++
//!
//! - Finds the largest K keys and their corresponding values from an unordered input sequence of key-value pairs.
//! - Note that the behavior is undefined if the input and output ranges overlap in any way.
//! - The behavior is undefined if the input and output ranges overlap in any way.
//!
//! - @devicestorage
//!
Expand Down Expand Up @@ -248,7 +248,7 @@ struct DeviceTopK
//! +++++++++++++++++++++++++++++++++++++++++++++
//!
//! - Finds the lowest K keys and their corresponding values from an unordered input sequence of key-value pairs.
//! - Note that the behavior is undefined if the input and output ranges overlap in any way.
//! - The behavior is undefined if the input and output ranges overlap in any way.
//!
//! - @devicestorage
//!
Expand Down Expand Up @@ -352,7 +352,7 @@ struct DeviceTopK
//! +++++++++++++++++++++++++++++++++++++++++++++
//!
//! - Finds the largest K keys from an unordered input sequence of keys.
//! - Note that the behavior is undefined if the input and output ranges overlap in any way.
//! - The behavior is undefined if the input and output ranges overlap in any way.
//!
//! - @devicestorage
//!
Expand Down Expand Up @@ -439,7 +439,7 @@ struct DeviceTopK
//! +++++++++++++++++++++++++++++++++++++++++++++
//!
//! - Finds the lowest K keys from an unordered input sequence of keys.
//! - Note that the behavior is undefined if the input and output ranges overlap in any way.
//! - The behavior is undefined if the input and output ranges overlap in any way.
//!
//! - @devicestorage
//!
Expand Down
Loading