Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattione-nvidia committed Oct 4, 2024
1 parent c2139ef commit b898cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/parquet/decode_fixed.cu
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ static __device__ int gpuUpdateValidityAndRowIndicesNested(
int const valid_map_offset = ni.valid_map_offset;
int const vindex = value_count + thread_value_count; // absolute input value index
int const bit_offset = (valid_map_offset + vindex + write_start) -
first_row; // absolute bit offset into the output validity map
first_row; // absolute bit offset into the output validity map
int const write_end =
cudf::detail::warp_size - __clz(in_write_row_bounds); // last bit in the warp to store
int const bit_count = write_end - write_start;
Expand Down

0 comments on commit b898cba

Please sign in to comment.