Skip to content

Commit 44cc383

Browse files
author
Mark Brettell
committed
clang formay
1 parent 0b80ace commit 44cc383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device/cuda/src/gbts_seeding/kernels/GbtsGraphProcessingKernels.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ void __global__ fill_path_store(int2* d_path_store, int* d_output_graph,
286286
}
287287
path_idx = atomicAdd(&d_counters[7], 1);
288288
if (path_idx >= nPaths) {
289-
break;
289+
break;
290290
}
291291
int live_idx = atomicAdd(&n_live_paths, 1);
292292
if (live_idx >= traccc::device::gbts_consts::live_path_buffer) {

0 commit comments

Comments
 (0)