Skip to content
Snippets Groups Projects
  1. Mar 18, 2019
  2. Mar 15, 2019
  3. Nov 14, 2018
    • Martin Bauer's avatar
      Pass field information (shape,stride) as single elements instead of arr · 7a94740d
      Martin Bauer authored
      - small (length < 5) arrays with shape and stride information had to be
        memcpy'd to the GPU before every kernel call
      - instead of passing the information as arrays, the single elements are
        passed
      - leads to more function arguments, but simplifies GPU kernel calls
      
      -> changes in all backends required
      7a94740d
  4. Apr 13, 2018
  5. Apr 10, 2018
  6. Mar 27, 2018
    • Jan Hönig's avatar
      Benchmarking features 2.0 · 59d0f541
      Jan Hönig authored
      Modified the gitlab-ci for benchmarking purposes
      Created a new Dockerfile for benchmarking purposes, which includes the
      intel compiler.
      Docker file now has likwid installed as well.
      Created a machine file for the benchmarking machine.
      Kerncraft updated and fixed.
      
      TODOs:
          - cleanup of the yaml files
          - Test the Skylake machine file and kerncraft_coupling for correct
            behaviour
      59d0f541
  7. Jan 10, 2018
  8. Dec 12, 2017
  9. Dec 06, 2017
  10. Dec 04, 2017
  11. Nov 02, 2017
  12. Jul 21, 2017
  13. Jul 07, 2017
  14. Jul 06, 2017
  15. Jul 02, 2017
  16. Jul 01, 2017
    • Martin Bauer's avatar
      Kerncraft coupling · 3b4deebe
      Martin Bauer authored
      - pystencils can create now a non-compilable kernel that can be
        analyzed by kerncraft
      3b4deebe