diff --git a/cpp/src/io/parquet/page_string_decode.cu b/cpp/src/io/parquet/page_string_decode.cu index fb316bb5a208..d9b7b35c4bd8 100644 --- a/cpp/src/io/parquet/page_string_decode.cu +++ b/cpp/src/io/parquet/page_string_decode.cu @@ -462,6 +462,7 @@ __device__ cuda::std::pair totalDeltaByteArraySize(uint8_t const } } + warp.sync(); if (lane_id == 0) { db->setup_next_mini_block(true); } warp.sync(); } @@ -782,6 +783,7 @@ CUDF_KERNEL void __launch_bounds__(delta_length_block_size) } } + warp.sync(); if (t == 0) { string_lengths.setup_next_mini_block(true); } warp.sync(); }