1 | initial version |
Okay I found some time and build now a package for pycuda. (see http://trac.sagemath.org/sage_trac/ticket/10010 for details)
on http://trac.sagemath.org/sage_trac/ticket/10009 I provide also a package for PyOpenCL which can also used with ATI cards as well.
The PyCUDA package can be downloaded from:
http://code.google.com/p/spkg-upload/downloads/detail?name=pycuda-0.94.1.spkg
(direct link: http://spkg-upload.googlecode.com/files/pycuda-0.94.1.spkg )
Installation Notes:
It works for me. Hope it's usefull!
2 | fixed code |
Okay I found some time and build now a package for pycuda. (see http://trac.sagemath.org/sage_trac/ticket/10010 for details)
on http://trac.sagemath.org/sage_trac/ticket/10009 I provide also a package for PyOpenCL which can also used with ATI cards as well.
The PyCUDA package can be downloaded from:
http://code.google.com/p/spkg-upload/downloads/detail?name=pycuda-0.94.1.spkg
(direct link: http://spkg-upload.googlecode.com/files/pycuda-0.94.1.spkg )
Installation Notes:
It works for me. Hope it's usefull!
3 | added hyperlinks |
Okay I found some time and build now a package for pycuda.
(see http://trac.sagemath.org/sage_trac/ticket/10010 Ticket #10010 for details)
on http://trac.sagemath.org/sage_trac/ticket/10009 Ticket #10009 I provide also a package for PyOpenCL
which can also used with ATI cards as well.
The PyCUDA package can be downloaded from:
http://code.google.com/p/spkg-upload/downloads/detail?name=pycuda-0.94.1.spkg http://code.google.com/p/spkg-upload/downloads/detail?name=pycuda-0.94.1.spkg
(direct link: http://spkg-upload.googlecode.com/files/pycuda-0.94.1.spkg http://spkg-upload.googlecode.com/files/pycuda-0.94.1.spkg )
Installation Notes:
set the SAGE_CUDA variable in your shell with:
export SAGE_CUDA =/where/you/have/installed/cuda
(i wrote this in .bashrc)
It works for me. Hope it's usefull!