Skip to content

Commit

Permalink
Update src/main/cpp/src/xxhash64.cu
Browse files Browse the repository at this point in the history
Co-authored-by: Chong Gao <[email protected]>
  • Loading branch information
ustcfy and res-life committed Nov 29, 2024
1 parent 9ce8872 commit 0f11252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/src/xxhash64.cu
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class device_row_hasher {

__device__ col_stack_element(cudf::column_device_view col) : column(col), child_idx(0) {}

__device__ int child_idx_inc_one() { return this->child_idx++; }
__device__ int get_and_inc_child_idx() { return this->child_idx++; }

__device__ int cur_child_idx() { return this->child_idx; }

Expand Down

0 comments on commit 0f11252

Please sign in to comment.