错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

GPU Driven Data Wrangling Using CuDF

  • Pavan Kumar Narayanan

摘要

As the volume of data continues to grow, there comes a time where CPU-based data processing may struggle to provide consistent results within reasonable time. This is where GPU computing comes into play, where the graphical processing units are leveraged to revolutionize data manipulation and analysis. In this chapter, we will explore CuDF, a GPU-accelerated data manipulation library that integrates well with the existing Python ecosystem. Before we jump into CuDF, let us also review the architecture of CPU- and GPU-based computations and concepts of GPU programming.