GPU Accelerated data plotting in Python

后端 未结 1 1592
栀梦
栀梦 2021-01-05 04:16

I have a general question regarding using CUDA acceleration in Python. Is it possible to accelerate the plotting of data generated by matplotlib command using CUDA ? Any web

相关标签:
1条回答
  • 2021-01-05 04:50

    Maybe not with CUDA, but if you are interested in harnessing the power of your GPU, check out Vispy. From the Vispy page:

    "Vispy leverages the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets".

    And it does that very nicely: screengrab: http://screencast.com/t/e16BG1iccdw

    0 讨论(0)
提交回复
热议问题