Skip to content
Snippets Groups Projects
  1. Jul 26, 2019
  2. Jul 23, 2019
  3. Jul 15, 2019
  4. Jul 11, 2019
  5. Jul 01, 2019
  6. Jun 18, 2019
  7. May 06, 2019
  8. May 05, 2019
  9. May 03, 2019
  10. Apr 28, 2019
  11. Apr 27, 2019
  12. Apr 26, 2019
  13. 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
  14. Apr 14, 2019
    • Martin Bauer's avatar
      Fixes · 3d3c174f
      Martin Bauer authored
      - style changes marked by flake
      - using newest kerncraft version
      3d3c174f
  15. Apr 03, 2019
  16. Mar 27, 2019
  17. Mar 22, 2019
  18. Mar 21, 2019
  19. 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
  20. Feb 18, 2019
  21. Feb 04, 2019
  22. Feb 01, 2019
  23. 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
  24. Jan 29, 2019
  25. Jan 18, 2019