Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 24, 2024
1 parent a8527fc commit b61a345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ awkward_reduce_max_b(
for (int64_t stride = 1; stride < blockDim.x; stride *= 2) {
T val = identity;

if (idx % stride == 0 &&
if (idx % stride == 0 &&
parents[thread_id] == parents[thread_id - stride]) {
val = temp[idx - stride];
}
Expand Down

0 comments on commit b61a345

Please sign in to comment.