Skip to content

Commit

Permalink
Merge branch 'main' into feat-gen3-proto-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
asalzburger authored Feb 11, 2025
2 parents 6ab8ec7 + 287bf22 commit 9b6934e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ __global__ void labelConnectedComponents(std::size_t numEdges,
labelsNext[i] = i;
}

__syncthreads();
bool changed = false;

do {
Expand Down

0 comments on commit 9b6934e

Please sign in to comment.