lion03 / thrust

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

expand coverage of set operation tests #291

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The set operation tests (merge, set_difference, set_intersection, set_union) 
should consider inputs with large runs of equivalent keys.  Currently they test 
with random_integers, which draws from [0,2^32) and therefore has few if any 
repeated values.

Original issue reported on code.google.com by wnbell on 20 Jan 2011 at 6:32

GoogleCodeExporter commented 8 years ago

Original comment by wnbell on 8 Feb 2011 at 10:59

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 87eded3ca289.

Original comment by wnbell on 24 Aug 2011 at 11:37