support both dtype and order arguments in zeros_like and empty_like as present in numpy
order = 'K' default behavior is needed for the .imag and .real properties of GPUArray to properly preserve the array order when the component is zero-valued. These options have been present in the numpy-equivalent functions since version 1.6.
Loading
Please register or sign in to comment