Skip to content
Snippets Groups Projects
  1. Mar 15, 2019
  2. Feb 18, 2019
  3. Feb 03, 2019
  4. Feb 01, 2019
  5. Jan 24, 2019
  6. Jan 23, 2019
  7. Jan 11, 2019
  8. Dec 06, 2018
  9. Nov 14, 2018
    • Martin Bauer's avatar
      Pass field information (shape,stride) as single elements instead of arr · 7a94740d
      Martin Bauer authored
      - small (length < 5) arrays with shape and stride information had to be
        memcpy'd to the GPU before every kernel call
      - instead of passing the information as arrays, the single elements are
        passed
      - leads to more function arguments, but simplifies GPU kernel calls
      
      -> changes in all backends required
      7a94740d
  10. Nov 13, 2018
  11. Sep 19, 2018
  12. Sep 08, 2018
  13. Jun 25, 2018
  14. Jun 19, 2018
  15. Jun 18, 2018
  16. Jun 15, 2018
  17. Jun 13, 2018
  18. Jun 12, 2018
  19. May 23, 2018
  20. May 17, 2018
  21. May 15, 2018
  22. May 13, 2018
    • Martin Bauer's avatar
      Improved Vectorization · 501b2d7e
      Martin Bauer authored
      - support aligned load/stores
      - nontemporal stores
      - aligned memory allocation for arrays and temporary buffers
      501b2d7e
  23. Apr 30, 2018
  24. Apr 27, 2018
  25. Apr 13, 2018
  26. Apr 10, 2018
  27. Mar 29, 2018
  28. Mar 28, 2018
  29. Mar 16, 2018
  30. Feb 15, 2018
  31. Feb 08, 2018
    • Martin Bauer's avatar
      lbmpy phasefield · 9cf1ac28
      Martin Bauer authored
      - step class for LB phasefield generic enough to work with 3-phase and
        N-phase models
      - cahn hilliard can either be solved by LBM or by finite differences
      - 3 phase model can be solved with rho phase or without
      9cf1ac28
  32. Feb 06, 2018