alejandrobll / py-sphviewer

Py-SPHViewer is a framework for rendering cosmological simulations in Python using the Smoothed Particle Hydrodynamics scheme.
https://alejandrobll.github.com/py-sphviewer
GNU General Public License v3.0
73 stars 29 forks source link

scene constructor should be run on a gpu-card. #1

Closed GoogleCodeExporter closed 6 years ago

GoogleCodeExporter commented 9 years ago
It will be usefull to do the construction of the scene (make_scene) on a gpu 
card. Maybe PyCuda is the best option for the task.

Original issue reported on code.google.com by pbllam...@gmail.com on 16 Dec 2012 at 7:09

GoogleCodeExporter commented 9 years ago
I agree. We have to think the best way to build the image on the GPU

Original comment by bllaleja...@gmail.com on 16 Dec 2012 at 7:11