Skip to content
Snippets Groups Projects
  1. Jan 22, 2019
    • Martin Bauer's avatar
      New GPU communication scheme with GPU kernels for packing · 319909f0
      Martin Bauer authored
      Features:
         - uses generated pack infos for packing & unpacking directly on GPU
         - can directly send GPU buffers if cuda-enabled MPI is available,
           otherwise the packed buffers are transfered to CPU first
         - communication hiding with cuda streams: communication can be run
           asynchronously - especially useful when compute kernel is also
           split up into inner and outer part
      
      - added RAII classes for CUDA streams and events
      - equivalence test that checks if generated CPU and GPU (overlapped)
        versions are computing same result as normal waLBerla LBM kernel
      319909f0
  2. Jan 08, 2019
  3. Dec 12, 2018
  4. Dec 06, 2018
  5. Dec 05, 2018
  6. Nov 29, 2018
  7. Nov 28, 2018
  8. Nov 06, 2018
  9. Oct 04, 2018
  10. Oct 02, 2018
  11. Sep 28, 2018
  12. Sep 24, 2018
  13. Aug 27, 2018
  14. Aug 24, 2018
  15. Aug 23, 2018
  16. Aug 22, 2018
  17. Aug 16, 2018
  18. Aug 14, 2018
  19. Aug 13, 2018
  20. Aug 07, 2018
  21. Jul 30, 2018
  22. Jul 06, 2018
  23. Jun 26, 2018
  24. Jun 19, 2018
  25. Jun 18, 2018
  26. Jun 14, 2018