Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
详情
字幕
Accelerating Pandas with Zero Code Change using RAPIDS cuDF
, Senior Software Engineer, NVIDIA
高度评价
Pandas is flexible, but often slow when processing gigabytes of data. Many frameworks promise higher performance, but they often support only a subset of the Pandas API, require significant code change, and struggle to interact with or accelerate third-party code that you can’t change. RAPIDS cuDF enables Pandas users to accelerate their existing workflows and third-party code with zero code change required. You can continue using Pandas on CPUs for small-scale local development and testing, and then enable “Pandas accelerator mode” to run on GPUs when you want better performance. Accelerator mode uses the GPU for supported operations and the CPU otherwise, dispatching under the hood as needed, and is compatible with most third-party libraries.
We'll give an overview of how RAPIDS cuDF can provide 10-100x faster performance while still allowing you to write code using Pandas. Attendees with experience using Python and Pandas will get the most out of this talk.