Tomasz Rybak <[email protected]> writes:

> I've fixed problem with Python 3 str vs. bytearray.
> You can find my changes at
> git://github.com/rybaktomasz/pycuda.git
> in branch python3

I've applied most of those. Some seem to break compatibility with old
Python 2.x and should be caught by 2to3, so I haven't applied them.

> There is new problem under Python 3, see log below.
> I do not know for now how to fix it.
>
>         from pycuda._pvt_struct import pack
>>       arg_buf = pack(func.arg_format, *args)
> E       struct.error: required argument is not an integer
>
> /usr/lib/python3/dist-packages/pycuda/driver.py:475: error

I'll take a look at this in a bit. Not quite sure what's going on.

Andreas


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

Reply via email to