Skip to content
Snippets Groups Projects
  1. Aug 09, 2019
    • Martin Bauer's avatar
      Fluctuating LBM · ac696a05
      Martin Bauer authored
      - variances from temperature
      - seed parameter
      - block offset parameter
      ac696a05
  2. Aug 08, 2019
  3. Jul 26, 2019
  4. Jul 23, 2019
  5. Jul 15, 2019
  6. Jul 11, 2019
  7. Jul 01, 2019
  8. Jun 18, 2019
  9. May 06, 2019
  10. May 05, 2019
  11. May 03, 2019
  12. Apr 28, 2019
  13. Apr 27, 2019
  14. Apr 26, 2019
  15. Apr 24, 2019
    • Martin Bauer's avatar
      phasefield test: too strict error bound 1e-18 (randomly failed) · 3b42ff07
      Martin Bauer authored
      -> replaced by 1e-16
      3b42ff07
    • Martin Bauer's avatar
      Improvements for GPU code generation · 9748ab43
      Martin Bauer authored
      - turned on restrict keyword by default (makes large difference on GPUs)
      - smarter block indexing: changing block size depending on domain size
        Example: previously there where (1,1,1) blocks when requested
        block size was (64, 1, 1) and domain size (1, 512, 512), now the
        block size is changed automatically to (1, 64, 1) in this case
      - added __lauch_bounds__ to kernels to allow better optimizations from
        the CUDA compiler
      9748ab43
  16. Apr 14, 2019
    • Martin Bauer's avatar
      Fixes · 3d3c174f
      Martin Bauer authored
      - style changes marked by flake
      - using newest kerncraft version
      3d3c174f
  17. Apr 03, 2019
  18. Mar 27, 2019
  19. Mar 22, 2019
  20. Mar 21, 2019
  21. Feb 26, 2019
    • Martin Bauer's avatar
      Random number generation support for pystencils · b789f010
      Martin Bauer authored
      - counter-based philox RNG: counter/key is filled with cell coordinate
        and optional external parameters like block position and time step
      - works on CPU and GPU - on CPU only for non-vectorized versions
      
      - introduced more flexible "CustomCodeNode" that can inject
        backend-specific hand-written code
      b789f010
  22. Feb 18, 2019
  23. Feb 04, 2019
  24. Feb 01, 2019