1 | initial version |
There are some python modules (pycuda) for doing this, but I haven't seen anyone integrate them with Sage yet. Pycuda is a fairly low-level interface to the graphics card parallel computation API.
On the other hand, you can easily harness multiple cores and threads on a modern CPU in Sage using the @parallel
decorator described in the reference manual.