Skip to content
Snippets Groups Projects
  1. Apr 26, 2019
    • Markus Holzer's avatar
      Implemented an improved version of the communication for periodic BC · 4816bfae
      Markus Holzer authored and Martin Bauer's avatar Martin Bauer committed
      The communication of the ghost layers used to communicate just all
      values in between one time step to make sure that everything is correct.
      Furthermore the communication was only valid for pull stream steps.
      The improved communication distinguishes automatically between pull and
      push and communicates only values which are needed. With this improvement
      it was possible to implement the EsoTwist streaming scheme.
      4816bfae
    • Martin Bauer's avatar
      Improvements in tutorials/demos · a8dd0c50
      Martin Bauer authored
      - typos, more content
      - added numba to benchmark comparison
      a8dd0c50
  2. 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
  3. Apr 14, 2019
    • Martin Bauer's avatar
      Fixes · 3d3c174f
      Martin Bauer authored
      - style changes marked by flake
      - using newest kerncraft version
      3d3c174f
  4. Apr 03, 2019
  5. Mar 27, 2019
  6. Mar 22, 2019
  7. Mar 21, 2019
  8. 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
  9. Feb 18, 2019
  10. Feb 04, 2019
  11. Feb 01, 2019
  12. Jan 30, 2019
    • Martin Bauer's avatar
      More flexible boundary handling · 160123f5
      Martin Bauer authored
      boundary conditions can specify how the index list should be built:
      - list coordinates of domain or boundary cells (previous always inner)
      - list all links or only the first link
      160123f5
  13. Jan 29, 2019
  14. Jan 18, 2019
  15. Jan 10, 2019
  16. Jan 09, 2019
  17. Dec 05, 2018
  18. Dec 04, 2018
  19. Dec 03, 2018
  20. Nov 21, 2018
  21. Nov 16, 2018
  22. Nov 14, 2018
  23. Nov 13, 2018
  24. Oct 29, 2018