Benedikt,

Benedikt Kopp <scool...@gmail.com> writes:
> I'm having a few problems with pycuda in combination with Ubuntu 16.04 and
> cuda 8.0.
>
> I've tried to make a minimal working error-example that I run on both
> Windows and Linux:

You may notice that you're passing a numpy.int32 for the block
shape. It's quite possible that that's permissible in Linux and not
permissible in Windows, based on the versions of Boost Python and Numpy
that are being used. Not passing a numpy integer (just a plain Python
int) should work.

Regarding the list, there's still a (non-searchable, unfortunately)
archive of the list here:

https://lists.tiker.net/listinfo/pycuda

Andreas

_______________________________________________
PyCUDA mailing list
PyCUDA@tiker.net
https://lists.tiker.net/listinfo/pycuda

Reply via email to