On my Linux box, I have finally figured out that when I do
import pycuda.autoinit
import scikits.cuda.linalg as culinalg
culinalg.init()
I get a
scikits.cuda.cublas.cublasNotInitialized
exception.
However, if I do
import scikits.cuda.linalg as culinalg
culinalg.init()
import pycuda.autoinit
Note that the order of the statements has changed, but at least I no
longer get the "cublasNotInitialized" error anymore. By the way, I've
been trying to get the
svd_demo.py
from scikits.cuda-0.03/demos working. Additionally,
pycuda.VERSION=94
and
GeForce 9800M GTS
Linux 2.6.31-22-server #69-Ubuntu SMP x86_64 GNU/Linux
with the latest CUDA SDK.
Any help appreciated!
_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda