Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 file=pd.read_csv('file_1.csv')读取文件
file=pd.read_csv('file_1.csv'
这在CPU上需要很长时间。
有什么方法可以使用GPU来阅读这个。
不,最大的瓶颈是 IO,它由 CPU 处理。