Skip to content
Snippets Groups Projects
  1. Feb 13, 2020
  2. Feb 07, 2020
  3. Dec 06, 2019
  4. Dec 01, 2019
  5. Nov 29, 2019
  6. Nov 17, 2019
  7. Nov 10, 2019
  8. Oct 17, 2019
  9. Oct 06, 2019
  10. Jul 26, 2019
  11. Jul 11, 2019
  12. Jun 18, 2019
    • Martin Bauer's avatar
      Extended setup.py · f414f0bf
      Martin Bauer authored
      f414f0bf
    • Martin Bauer's avatar
      Support for generated "push" PackInfos · 00a6047f
      Martin Bauer authored
      - when reading from ghost layers (previously the only option) a pull
        communication is required
      - if a kernel writes to the ghost layer a "push" communication has to be
        done
      - the new PackInfo generator can now derive push and pull packinfos from
        a given kernel
      00a6047f
  13. Jun 07, 2019
  14. May 06, 2019
  15. May 05, 2019
  16. May 03, 2019
  17. Apr 28, 2019
  18. Apr 25, 2019
  19. Apr 24, 2019
    • Martin Bauer's avatar
      Improvements for GPU code generation · 0cdd23d8
      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
      0cdd23d8
  20. Apr 18, 2019
  21. Apr 16, 2019
  22. Apr 04, 2019
  23. Mar 27, 2019
  24. Mar 22, 2019
  25. Mar 21, 2019
  26. Mar 07, 2019
  27. Feb 26, 2019
  28. Feb 18, 2019