Python 中的 GPU 加速数据绘图
GPU Accelerated data plotting in Python
我有一个关于在 Python 中使用 CUDA 加速的一般性问题。是否可以使用 CUDA 加速 matplotlib 命令生成的数据的绘制?非常感谢任何 weblinks/documents/examples。
也许与 CUDA 无关,但如果您有兴趣利用 GPU 的强大功能,请查看 Vispy。来自 Vispy 页面:
"Vispy leverages the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets"。
它做得非常好::
http://screencast.com/t/e16BG1iccdw
我有一个关于在 Python 中使用 CUDA 加速的一般性问题。是否可以使用 CUDA 加速 matplotlib 命令生成的数据的绘制?非常感谢任何 weblinks/documents/examples。
也许与 CUDA 无关,但如果您有兴趣利用 GPU 的强大功能,请查看 Vispy。来自 Vispy 页面:
"Vispy leverages the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets"。
它做得非常好: