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-05-27 11:10:38 +04:00
2013-06-18 16:44:23 +04:00
2013-07-17 00:18:46 -07:00
2013-07-11 16:06:25 +04:00
2013-07-10 18:18:31 +04:00
2013-05-13 17:07:30 +04:00
2013-06-28 14:26:45 +04:00
2013-07-16 15:02:33 +04:00
2013-07-17 13:10:24 +04:00
2013-07-02 12:58:59 +04:00
2013-05-13 17:07:30 +04:00
2013-06-13 10:22:56 +04:00
2013-06-20 15:18:35 +04:00
2013-06-10 17:06:34 +04:00
2013-07-18 17:25:00 +08:00
2013-05-31 12:22:04 +04:00
2013-07-16 14:33:15 +04:00
2013-06-14 10:43:20 +04:00
2013-07-16 14:23:05 +04:00
2013-07-10 14:58:51 +04:00
2013-06-13 21:14:42 +04:00
2013-06-13 13:41:43 +04:00
2013-03-25 11:19:29 +04:00
2013-06-05 18:10:44 +04:00
2012-05-30 14:06:47 +00:00