Skip to content
Snippets Groups Projects
  1. Mar 28, 2014
  2. Mar 02, 2014
  3. Feb 28, 2014
  4. Feb 25, 2014
  5. Feb 22, 2014
  6. Feb 21, 2014
  7. Feb 20, 2014
  8. Feb 15, 2014
  9. Feb 14, 2014
  10. Feb 13, 2014
  11. 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
  12. Feb 05, 2014
  13. Feb 04, 2014
  14. Feb 03, 2014
  15. Jan 31, 2014
  16. Jan 30, 2014
  17. Jan 24, 2014
  18. Jan 20, 2014
  19. Jan 09, 2014
  20. Jan 08, 2014
  21. Jan 07, 2014
  22. Dec 22, 2013
Loading