wow2006 / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

Provide example of multiple value array sorting by the same index #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See issue 17 for more information.  It is not efficient to sort multiple 
value arrays inside CUDPP -- one can sort key-index pairs and then use the 
sorted indices to shuffle/gather the multiple arrays.  This is more efficient 
and more general, but it may not be obvious to users how to do it.  So we 
should provide an example in the "apps" directory.

Original issue reported on code.google.com by harr...@gmail.com on 2 Sep 2009 at 9:43

GoogleCodeExporter commented 9 years ago

Original comment by harr...@gmail.com on 20 Jan 2010 at 8:25

GoogleCodeExporter commented 9 years ago

Original comment by harr...@gmail.com on 6 Jul 2011 at 2:35