Fix ArrayHandleZip::PrepareForInPlace
The implementation was calling PrepareForOutput on the delegate arrays rather than PrepareForInPlace, do when used with CUDA you did not get the data on the device.
Also added a regression test to check this.
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
The implementation was calling PrepareForOutput on the delegate arrays rather than PrepareForInPlace, do when used with CUDA you did not get the data on the device.
Also added a regression test to check this.