erro "obtenção de pygpu foi configurado, mas não pôde ser importado" ao tentar com o OpenCL + Theano no AMD Radeon

Eu segui as instruções deste:

https://gist.github.com/jarutis/ff28bca8cfb9ce0c8b1a

Mas quando tentei: THEANO_FLAGS = device = opencl0: 0 python test.py
no arquivo de teste, estou recebendo erro:

ERRO (theano.sandbox.gpuarray): o pygpu foi configurado mas não pôde ser importado Traceback (última chamada mais recente): Arquivo "/home/mesayantan/.local/lib/python2.7/site-packages/theano/sandbox/gpuarray /iniciar.py ", linha 20, em

import pygpu

Arquivo "/ usr / src / gtest / clBLAS / build / libgpuarray / pygpu /iniciar.py ", linha 7, em

from . import gpuarray, elemwise, reduction

Arquivo "/usr/src/gtest/clBLAS/build/libgpuarray/pygpu/elemwise.py", linha 3, em

from .dtypes import dtype_to_ctype, get_common_dtype

Arquivo "/usr/src/gtest/clBLAS/build/libgpuarray/pygpu/dtypes.py", linha 6, em

from . import gpuarray

ImportError: não é possível importar o nome gpuarray

Eu não tenho uma boa ideia. Estou usando tudo isso pela primeira vez. Estou trabalhando no Ubuntu 14.04 LTS. Como posso resolver este erro?

questionAnswers(2)

yourAnswerToTheQuestion