Skip to content
Snippets Groups Projects
  1. Feb 27, 2020
  2. Feb 22, 2020
  3. Feb 13, 2020
  4. Feb 07, 2020
  5. Jan 28, 2020
  6. Dec 06, 2019
  7. Dec 01, 2019
  8. Nov 29, 2019
  9. Nov 17, 2019
  10. Nov 10, 2019
  11. Oct 17, 2019
  12. Oct 06, 2019
  13. Jul 26, 2019
  14. Jul 11, 2019
  15. 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
  16. Jun 07, 2019
  17. May 06, 2019
  18. May 05, 2019
  19. May 03, 2019
  20. Apr 28, 2019
  21. Apr 25, 2019
  22. 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
  23. Apr 18, 2019
  24. Apr 16, 2019
  25. Apr 04, 2019
  26. Mar 27, 2019
  27. Mar 22, 2019
  28. Mar 21, 2019
  29. Mar 07, 2019
  30. Feb 26, 2019