Re: [PyCUDA] Windows <--> Linux interchangeable code?

2017-06-21 Thread Eric Larson
>
> Regarding the list, there's still a (non-searchable, unfortunately)
> archive of the list here:
>
> https://lists.tiker.net/listinfo/pycuda


FYI if you want to search, you can Google e.g.:

site:https://lists.tiker.net/pipermail/pycuda kernel

And it will search the list for "kernel".

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


Re: [PyCUDA] Windows <--> Linux interchangeable code?

2017-06-21 Thread Andreas Kloeckner
Benedikt,

Benedikt Kopp  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