NVIDIA / spark-rapids

Spark RAPIDS plugin - accelerate Apache Spark with GPUs
https://nvidia.github.io/spark-rapids
Apache License 2.0
797 stars 232 forks source link

Consider leveraging cudaHostRegister for pageable data transfers to GPU #9063

Open jlowe opened 1 year ago

jlowe commented 1 year ago

Relates to rapidsai/cudf#13814. We should consider leveraging cudaHostRegister to accelerate data transfers to the GPU on platforms where cudaHostRegister is relatively cheap.

sameerz commented 1 year ago

This will accelerate places where we cannot get pinned memory.