From 7b8169ab1b042b790622c0178bc41e3045a99305 Mon Sep 17 00:00:00 2001 From: nvdbaranec <56695930+nvdbaranec@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:57:41 -0500 Subject: [PATCH] Disable dict support for split-page kernel in the parquet reader. (#16128) Dictionary support for this particular flavor of kernel was being compiled in. Harmless, but caused an unneeded increase in shared memory usage. This PR disables it. Authors: - https://github.com/nvdbaranec Approvers: - Ed Seidl (https://github.com/etseidl) - Paul Mattione (https://github.com/pmattione-nvidia) - MithunR (https://github.com/mythrocks) URL: https://github.com/rapidsai/cudf/pull/16128 --- cpp/src/io/parquet/decode_fixed.cu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cpp/src/io/parquet/decode_fixed.cu b/cpp/src/io/parquet/decode_fixed.cu index ea80ae73c2f..8a866141c4b 100644 --- a/cpp/src/io/parquet/decode_fixed.cu +++ b/cpp/src/io/parquet/decode_fixed.cu @@ -792,7 +792,7 @@ DecodeSplitPageFixedWidthData(cudf::detail::hostdevice_span pages, gpuDecodePageDataGeneric <<>>( @@ -801,7 +801,7 @@ DecodeSplitPageFixedWidthData(cudf::detail::hostdevice_span pages, gpuDecodePageDataGeneric <<>>( @@ -812,7 +812,7 @@ DecodeSplitPageFixedWidthData(cudf::detail::hostdevice_span pages, gpuDecodePageDataGeneric <<>>( @@ -821,7 +821,7 @@ DecodeSplitPageFixedWidthData(cudf::detail::hostdevice_span pages, gpuDecodePageDataGeneric <<>>(