Skip to content

Commit

Permalink
Remove todo-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 9, 2023
1 parent 22f235e commit 16195e3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cub/agent/single_pass_scan_operators.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -598,18 +598,6 @@ struct ClusterTilePrefixCallbackOp
return exclusive_prefix;
}

__device__ __forceinline__
void ProcessFirstBlock(T block_aggregate)
{

}

__device__ __forceinline__
void ProcessLastBlocks()
{

}

// Get the exclusive prefix stored in temporary storage
__device__ __forceinline__
T GetExclusivePrefix()
Expand Down

0 comments on commit 16195e3

Please sign in to comment.