Skip to content
  1. Jan 20, 2016
  2. Jan 19, 2016
  3. Jan 18, 2016
  4. Jan 17, 2016
  5. Jan 16, 2016
  6. Jan 15, 2016
    • Karl Rupp's avatar
      Merge branch 'karlrupp/feature-reduce-generator-usage' · b9e075c6
      Karl Rupp authored
      karlrupp/feature-reduce-generator-usage:
        Removes BLAS level 1 and 2 operations from generator, only GEMM remains.
        Reasons: no support for char and short, some unnecessary kernel launches, poor CPU support.
        Fixes #167.
      
      Conflicts:
      	viennacl/device_specific/builtin_database/devices/gpu/nvidia/kepler/tesla_k20m.hpp
      b9e075c6
    • Karl Rupp's avatar
      Generator: Major cleanup, only matrix-products remain. · 993889c4
      Karl Rupp authored
      With BLAS level 1 and 2 operations moved out of the generator again,
      a lot of code was no longer needed. This commit removes all these
      no longer needed code lines.
      993889c4
    • Karl Rupp's avatar
      Generator: Removed unused code. · eb2d0d57
      Karl Rupp authored
      Operations are now pulled out of the generator, so dead code is no longer needed.
      eb2d0d57
    • Karl Rupp's avatar
      OpenCL: Fixed problems observed with Intel OpenCL Runtime 14.2 · d9bed704
      Karl Rupp authored
      First issue: Internal assertion in Intel OpenCL vectorizer.
                   Workaround by refactoring binary element-wise operations.
      Second issue: Multiple inner products produced wrong results with CPUs.
                    Fixed by using correct number of groups.
      d9bed704
  7. Jan 11, 2016
  8. Oct 20, 2015
  9. Oct 19, 2015
  10. Sep 29, 2015
  11. Sep 22, 2015
  12. Sep 15, 2015
  13. Sep 14, 2015
Loading