allendaicool / thrust

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

OMP implementation of copy_device_to_device is not robust in the presence of overlapping ranges #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
omp::copy_device_to_device needs to check for overlapping ranges and act 
accordingly.  This is breaking OMP device_vector::erase

Original issue reported on code.google.com by jaredhoberock on 22 Feb 2010 at 5:55

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r851.

Original comment by jaredhoberock on 9 Mar 2010 at 8:39