lion03 / thrust

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

thrust::fill behavior depends on linker order when mixing .cpp & .cu #292

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported by Erich Elsen, see his clone [1]

[1] http://code.google.com/r/ekelsen-debugfilldispatching/

Original issue reported on code.google.com by jaredhoberock on 21 Jan 2011 at 12:00

GoogleCodeExporter commented 8 years ago
See Erich's description of the problem [1]

[1] https://groups.google.com/forum/#!topic/thrust-users/Hs6xnZrXjtc

Original comment by jaredhoberock on 25 Jan 2011 at 12:42

GoogleCodeExporter commented 8 years ago
We just need to dispatch cuda::fill like every other function instead of 
relying on #ifdefs.

Original comment by jaredhoberock on 1 Feb 2011 at 2:19

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 31a921d9c8.

Original comment by jaredhoberock on 5 Feb 2011 at 3:37