asherliu / thrust

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

merge & set operations pick the wrong number of splitters per range #349

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Both the implementations of CUDA merge & the set operations assume that the 
number of splitters picked from both ranges will be the same.  If the ranges 
are of even modestly different size, this cannot work.  We need to do book 
keeping on the (different) number of splitters sampled from both ranges.

Original issue reported on code.google.com by jaredhoberock on 20 Jul 2011 at 9:19

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 4db383f07b2a.

Original comment by jaredhoberock on 21 Jul 2011 at 7:24