-
Notifications
You must be signed in to change notification settings - Fork 901
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
Added Arrow Interop Benchmarks #17194
base: branch-24.12
Are you sure you want to change the base?
Conversation
Could you post some results? I'm expecting to_arrow_device to be almost free and to_arrow_host to be bounded by memcpy basically. |
Can you post the benchmark comparison output by NVBENCH compare tool please? We cannot see anything from just the numbers like these. |
sure! |
…/cudf into arrow-interop-benchmarks
I think this work is great to merge! Nice work Some follow-ups I would consider:
|
Description
Follows up on #17104 (comment)
Benchmark Results
to_arrow_host
[0] NVIDIA RTX A6000
to_arrow_device
[0] NVIDIA RTX A6000
from_arrow_host
[0] NVIDIA RTX A6000
from_arrow_device
[0] NVIDIA RTX A6000
Checklist