There is conversion function between CUDAMat object and Theano CudaNdArray. They are with the same principe as PyCUDA one's. They are in theano.misc.cudamat_utils.py
There are functions for conversion between CUDAMat and Theano CudaNdArray objects.
They obey the same principles as PyCUDA's functions and can be found in
theano.misc.cudamat_utils.py
WARNING: there is a strange problem with stride/shape with those converter. The test to work need a transpose and reshape...
WARNING: There is a strange problem associated with stride/shape with those converters.
To work, the test needs a transpose and reshape...
Gnumpy
Gnumpy
======
======
There is conversion function between gnumpy garray object and Theano CudaNdArray. They are with the same principe as PyCUDA one's. They are in theano.misc.gnumpy_utils.py
There are conversion functions between gnumpy garray object and Theano CudaNdArray.
They are also similar to PyCUDA's and can be found in theano.misc.gnumpy_utils.py