-
Notifications
You must be signed in to change notification settings - Fork 991
Remove unnecessary synchronization (miss-sync) during Parquet reading (Part 1: device_scalar) #19055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unnecessary synchronization (miss-sync) during Parquet reading (Part 1: device_scalar) #19055
Conversation
…scalar Signed-off-by: Jigao Luo <[email protected]>
|
/ok to test |
@vuule, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
|
/ok to test a564a9b |
|
/ok to test 396f14c |
|
/merge |
|
Is there something I need to fix? I’m also confused about the narwals-tests output. Could you help me understand it? |
|
/ok to test 0720b03 |
|
/merge |
|
Thank you @JigaoLuo !! |
Description
For issue #18967, this PR is the first part of merging the PR Draft #18968. In this PR,
device_scalarutilizes explicitly host pinned memory as its internal bounce buffer.Checklist