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