Hi,

On Tue, Jul 12, 2011 at 12:48 PM, Mark Wiebe <[email protected]> wrote:
[...]
>
> This only added to the C-API, pre-existing API remained the same for API/ABI
> compatibility reasons. C code already had to deal with the possibility of
> differing memory layouts, for example if someone passes in carr.T, something
> in Fortran order.
> This change primarily affected the output layout of ufuncs, newly created
> ndarrays continue to be default 'C' order.

In that case, there won't be problem with our software(Theano). We
already handle correctly all c order for the input, but frequently we
allocate some outputs memory and I'm not sure if in all case we check
the stride or suppose it is C contiguous.

thanks

Frédéric Bastien
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to