Skip to content
Commit 1e2c425c authored by Gregory R. Lee's avatar Gregory R. Lee
Browse files

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.
parent fa2b5d40
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment