Skip to content
  1. May 15, 2014
  2. May 11, 2014
  3. May 08, 2014
  4. May 07, 2014
  5. May 06, 2014
  6. May 01, 2014
  7. Apr 30, 2014
  8. Apr 29, 2014
  9. Apr 28, 2014
  10. Apr 17, 2014
  11. Apr 09, 2014
  12. Apr 01, 2014
  13. Mar 28, 2014
  14. Mar 02, 2014
  15. Feb 28, 2014
  16. Feb 25, 2014
  17. Feb 22, 2014
  18. Feb 21, 2014
  19. Feb 20, 2014
  20. Feb 15, 2014
  21. Feb 14, 2014
  22. Feb 13, 2014
  23. Feb 12, 2014
    • Karl Rupp's avatar
      matrix_base<>: Removed layout tag, row/column major is now a runtime parameter. · d9191116
      Karl Rupp authored
      The rationale for this change is to simplify the interfacing to external BLAS libraries,
      which take the layout as a runtime argument. Another benefit is that we can
      better unify kernels for row-major+non-transposed with column-major+transposed,
      which is essentially the same operation. Compilation times
      are mildly reduced for OpenMP and OpenCL, and mildly increased for CUDA.
      OpenMP and OpenCL tests are known to pass, CUDA is not tested.
      Code in the worker-backends can be further simplified in follow-up commits to
      obtain a more compact code base.
      d9191116
  24. Feb 05, 2014
  25. Feb 04, 2014
  26. Feb 03, 2014
  27. Jan 31, 2014
Loading