n-west / bliss

BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

bland copy operator requires more sophisticated handling of strides/slices #71

Open n-west opened 4 months ago

n-west commented 4 months ago

bland::copy / movement doesn't handle the strides or slices correctly on the source. The offsets are relatively easy and fixed in #69 but strides still aren't handled well.