1. 22 Nov, 2013 1 commit
    • Alexander Smorkalov's avatar
      Some hacks to build and run OpenCL on Qualcomm S800. · 514e9722
      Alexander Smorkalov authored
      Some of functions were enabled on Qualcomm S800 by changing grid size;
      OpenCL kernel grid size unification for different platfroms;
      Test pass rate improvements by inclreasing threshold;
      Some tests were disabled for Android;
      run.py was adopted for devices with brackets in in name.
      514e9722
  2. 25 Oct, 2013 1 commit
  3. 03 Oct, 2013 1 commit
  4. 21 Aug, 2013 1 commit
  5. 30 Jul, 2013 1 commit
  6. 26 Jul, 2013 1 commit
  7. 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