1. 25 Oct, 2013 1 commit
  2. 10 Oct, 2013 1 commit
  3. 21 Aug, 2013 1 commit
  4. 08 Aug, 2013 1 commit
  5. 30 Jul, 2013 1 commit
  6. 18 Jul, 2013 1 commit
    • peng xiao's avatar
      Add sort_by_key for oclMat. · e1f43e3b
      peng xiao authored
      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
      e1f43e3b