Skip to content

Commit 7de9e27

Browse files
authored
[Backport 2.8] Deprecate AgentSegmentFixupPolicy (#3638)
1 parent 3c0cba6 commit 7de9e27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cub/cub/agent/agent_segment_fixup.cuh

+2-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ template <int _BLOCK_THREADS,
8484
BlockLoadAlgorithm _LOAD_ALGORITHM,
8585
CacheLoadModifier _LOAD_MODIFIER,
8686
BlockScanAlgorithm _SCAN_ALGORITHM>
87-
struct AgentSegmentFixupPolicy
87+
struct CCCL_DEPRECATED_BECAUSE("This class is considered an implementation detail and the public "
88+
"interface will be removed.") AgentSegmentFixupPolicy
8889
{
8990
enum
9091
{

0 commit comments

Comments
 (0)