Hi again,
I answser to myself.
Need git clone with recursive (as indicated in doc):

git clone --recursive git://github.com/inducer/loopy

For some reason this git contain a sub git.

Sorry. I hope to be back with better questions.


Samuel

Le 16/02/2015 16:02, Samuel Garcia a écrit :
Hi list,
sorry to use list for installation problems.
I am fighting a bit with loopy+pyopencl installation.

In fact it is already installed (pyopencl via pipy and loopy via github) on ubuntu 14.10.

But I get this when running hello-loopy.py:

  File "hello-loopy.py", line 20, in <module>
    "out[i] = 2*a[i]",
File "/home/sgarcia/loopy/loopy/kernel/creation.py", line 1067, in make_kernel
    from loopy.target.pyopencl import PyOpenCLTarget
File "/home/sgarcia/loopy/loopy/target/pyopencl/__init__.py", line 32, in <module>
    from loopy.target.opencl import OpenCLTarget
File "/home/sgarcia/loopy/loopy/target/opencl/__init__.py", line 50, in <module>
    _register_types()
File "/home/sgarcia/loopy/loopy/target/opencl/__init__.py", line 35, in _register_types
    from loopy.target.opencl.compyte.dtypes import (
ImportError: No module named compyte.dtypes



The loopy package do not have loopy.target.opencl.compyte in the sources.


Am I missing somethings ?


Thanks a lot. (for helping but overall for that packages).


Samuel








--
Samuel Garcia
Centre de Recherche en Neurosciences de Lyon
Université Lyon 1 - CNRS UMR5292 - INSERM U1028
50, Avenue Tony Garnier
69007 LYON
http://crnl.univ-lyon1.fr

_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to