On Thu, 12 Jan 2012 12:45:53 +0100, marmaduke <[email protected]> wrote:
> Hi
> 
> First, thank you for the awesome work; PyCUDA is such a 
> nice way of working with the GPU!
> 
> As part of a neural field integrator, I am trying to use 
> the PacketedSpMV:

The issue is that all integers that get fed to PyMetis are Python
integers, not numpy ints. My PyUblas package actually teaches
Boost.Python about numpy integers, so installing that is another way to
make this error go away.

HTH,
Andreas


Attachment: pgp4VSTdvyf3B.pgp
Description: PGP signature

_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to