allendaicool / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

Ensure that we can copy SoA to AoS and vice versa with zip_iterator #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Debug the SoA to AoS & AoS to SoA patterns and add a zip_iterator unit test.

There are 8 combinations:

host SoA to host AoS
host AoS to host SoA
host SoA to device AoS
host AoS to device SoA

device SoA to device AoS
device AoS to device SoA
device SoA to host AoS
device AoS to host SoA

Original issue reported on code.google.com by jaredhoberock on 9 Aug 2009 at 7:56

GoogleCodeExporter commented 9 years ago
Fixed in r325.

Original comment by jaredhoberock on 10 Aug 2009 at 3:26