Skip to content

Commit

Permalink
Deprecate AgentSegmentFixupPolicy (#3593)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbusato authored Jan 30, 2025
1 parent b6dd111 commit 73db01e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cub/cub/agent/agent_segment_fixup.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ template <int _BLOCK_THREADS,
BlockLoadAlgorithm _LOAD_ALGORITHM,
CacheLoadModifier _LOAD_MODIFIER,
BlockScanAlgorithm _SCAN_ALGORITHM>
struct AgentSegmentFixupPolicy
struct CCCL_DEPRECATED_BECAUSE("This class is considered an implementation detail and the public "
"interface will be removed.") AgentSegmentFixupPolicy
{
enum
{
Expand Down

0 comments on commit 73db01e

Please sign in to comment.