We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9475d95 commit 6f0bd00Copy full SHA for 6f0bd00
cub/cub/agent/agent_select_if.cuh
@@ -316,6 +316,8 @@ struct AgentSelectIf
316
InequalityWrapper<EqualityOpT> inequality_op; ///< T inequality operator
317
SelectOpT select_op; ///< Selection operator
318
OffsetT num_items; ///< Total number of input items
319
+
320
+ // Note: This is a const reference because we have seen double-digit percentage perf regressions otherwise
321
const StreamingContextT& streaming_context; ///< Context for the current partition
322
323
//---------------------------------------------------------------------
0 commit comments