allendaicool / thrust

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

CUDA algorithms need to be safe about the memory spaces of binary_op's arguments #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to detect when binary_op returns a reference and treat this case 
specially on pre-Fermi hardware - both arguments should be thread local 
variables.

Original issue reported on code.google.com by jaredhoberock on 8 Jan 2010 at 9:55

GoogleCodeExporter commented 9 years ago
r708 should resolve this issue

Original comment by wnbell on 19 Jan 2010 at 10:48

GoogleCodeExporter commented 9 years ago
We also need to test device scan implementations (fast_scan and safe_scan).

Original comment by wnbell on 31 Jan 2010 at 12:45

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

Original comment by wnbell on 7 Feb 2010 at 3:45