1

Is it possible to store objects in the 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?

Fred Foo
  • 355,277
  • 75
  • 744
  • 836
relima
  • 3,462
  • 5
  • 34
  • 53

1 Answers1

2

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

Ignacio Vazquez-Abrams
  • 776,304
  • 153
  • 1,341
  • 1,358