lundi 12 janvier 2015

Python CUDA: pycache not bottom-level directory


Vote count:

0




In writing the very simple function:



@vectorize(['float32(float32, float32)'], target='gpu')
def VectorAdd(a,b):
return a+b


in IPython, I get the error:



ValueError: __pycache__ not bottom-level directory in
'/home/user/anaconda3/lib/python3.4/site-packages/numbapro/cudavec/vectorizers.pyc'


(Except 'user' is something else.) A few months ago I used the vectorize submodule of numbapro several times, but I must have installed some new stuff since then. Is there a problem with the directory location of the module versus the working directory?


Thanks in advance for your help!



asked 47 secs ago







Python CUDA: pycache not bottom-level directory

Aucun commentaire:

Enregistrer un commentaire