Hi, To be sure, you use the development version of Theano, not Theano 0.8.2? And you also installed the development version of libgpuarray?
What are your Theano flag? Fred On Fri, Jan 27, 2017 at 6:21 AM, Tecx Nitrom <[email protected]> wrote: > > I am trying to set theano to use gpu but getting Gpu Array Exception. > > > Using Theano backend. > ERROR (theano.gpuarray): Could not initialize pygpu, support disabled > Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/theano/gpuarray/__init__.py", > line 164, in <module> > use(config.device) > File "/usr/lib/python3.6/site-packages/theano/gpuarray/__init__.py", > line 151, in use > init_dev(device) > File "/usr/lib/python3.6/site-packages/theano/gpuarray/__init__.py", > line 100, in init_dev > pygpu.blas.gemm(0, tmp, tmp, 0, tmp, overwrite_c=True) > File "pygpu/blas.pyx", line 129, in pygpu.blas.gemm (pygpu/blas.c:3354) > File "pygpu/blas.pyx", line 44, in pygpu.blas.pygpu_blas_rgemm > (pygpu/blas.c:2011) > pygpu.gpuarray.GpuArrayException: (b'Unsupported operation', 5) > > -- > > --- > You received this message because you are subscribed to the Google Groups > "theano-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
