peng xiao e1f43e3b03 Add sort_by_key for oclMat.
Most codes are ported from AMD's Bolt library.
Four methods are implemented:

SORT_BITONIC,   // only support power-of-2 buffer size
SORT_SELECTION, // cannot sort duplicate keys
SORT_MERGE,
SORT_RADIX      // only support signed int/float keys
2013-07-18 17:25:00 +08:00
..
2013-07-17 00:18:46 -07:00
2013-05-13 17:07:30 +04:00
2013-05-13 17:07:30 +04:00
2013-06-13 10:22:56 +04:00
2013-07-18 17:25:00 +08:00
2013-06-14 10:43:20 +04:00
2013-03-25 11:19:29 +04:00