Skip to content

Commit

Permalink
Minor style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 committed Sep 16, 2024
1 parent 0e88b41 commit 9189c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/join/mixed_join_kernels_semi.cu
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ CUDF_KERNEL void __launch_bounds__(block_size)
auto thread_intermediate_storage =
&intermediate_storage[tile.meta_group_rank() * device_expression_data.num_intermediates];

cudf::size_type const outer_num_rows = left_table.num_rows();
cudf::size_type const outer_num_rows = left_table.num_rows();
auto const outer_row_index = cudf::detail::grid_1d::global_thread_id<block_size>() / cg_size;

auto evaluator = cudf::ast::detail::expression_evaluator<has_nulls>(
Expand Down

0 comments on commit 9189c2c

Please sign in to comment.