Skip to content

Commit

Permalink
Strange fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed May 10, 2023
1 parent cc6eded commit 0a50907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cub/agent/agent_scan.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ struct AgentScan

// Wait for all threads in the cluster to finish loading / dsmem initialization
cooperative_groups::cluster_group::barrier_wait(std::move(token));
__threadfence();

// Perform tile scan
if (tile_idx == 0)
Expand Down

0 comments on commit 0a50907

Please sign in to comment.