afnumpy
afnumpy copied to clipboard
Views with non-contiguous last dimensions
As arrayfire does not support stride != 1
on the first dimension it's currently not possible to have views which are not contiguous in the last dimension, e.g. a[:,0]
or a[:,::2]
will not return a view.