Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dumerrill committed Feb 8, 2018
1 parent 880c75c commit 69d48a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cub/agent/agent_reduce_by_key.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,6 @@ struct AgentReduceByKey
// If the last tile is a whole tile, output the final_value
if (num_remaining == TILE_ITEMS)
{
_CubLog("output[%d] = {%d, %d}\n", num_segments, keys[ITEMS_PER_THREAD - 1], block_aggregate.value);

d_unique_out[num_segments] = keys[ITEMS_PER_THREAD - 1];
d_aggregates_out[num_segments] = total_aggregate.value;
num_segments++;
Expand Down

0 comments on commit 69d48a8

Please sign in to comment.