Skip to content

Commit

Permalink
Remove inline
Browse files Browse the repository at this point in the history
  • Loading branch information
pmattione-nvidia committed Jan 13, 2025
1 parent a253087 commit 46d67ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/parquet/page_string_utils.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ __device__ inline int calc_threads_per_string_log2(int avg)
* @param string_output_offset Starting offset into the output column data for writing
*/
template <int block_size, bool has_lists_t, bool split_decode_t, typename state_buf>
__device__ inline size_t gpuDecodeString(
__device__ size_t gpuDecodeString(
page_state_s* s, state_buf* const sb, int start, int end, int t, size_t string_output_offset)
{
// nesting level that is storing actual leaf values
Expand Down

0 comments on commit 46d67ec

Please sign in to comment.