Skip to content

[QST]some question about nsight system #5371

Answered by jlowe
chenrui17 asked this question in General
Discussion options

You must be logged in to vote

Thanks for the traces, @chenrui17!

For the first question, this appears to be within libcudf's Parquet decoder, as all the behavior in question occurs within that read_parquet sample within libcudf. If you have a small repro case, it would be great to file a question in the https://github.com/rapidsai/cudf project, or if you attach it here I can do the same.

If you have configured a sufficient pinned memory pool for the SQL plugin, the buffer being handed to the libcudf parquet decoder will be pinned memory. Assuming you have configured enough pinned memory to hold the parquet data across the concurrent tasks, pageable transfers may be from CPU buffers computed within the libcudf call.

Fo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sameerz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #1418 on April 28, 2022 22:47.