开发者

Using the video-card memory (ram) to store objects

开发者 https://www.devze.com 2023-01-21 03:00 出处:网络
Is it possible to store objects in th开发者_如何转开发e video-card memory instead of the ram? I have been using StringIO to store some objects in the RAM; would it be possible to allocate some of the

Is it possible to store objects in th开发者_如何转开发e video-card memory instead of the ram? I have been using StringIO to store some objects in the RAM; would it be possible to allocate some of the video-card's memory for this purpose?


Not without OS support. PyOpenCL might have something that you can leverage for that.

0

精彩评论

暂无评论...
验证码 换一张
取 消